Browse Source

Updates package.json to hopefully clear up dependency issues on CI

pull/725/head
jlukic 11 years ago
parent
commit
3cd5cee327
2 changed files with 3 additions and 11 deletions
  1. 6
      RELEASE NOTES.md
  2. 8
      package.json

6
RELEASE NOTES.md

@ -1,6 +1,6 @@
## RELEASE NOTES
### Version 0.15.0- Mar 14, 2014
### Version 0.15.0 - Mar 14, 2014
**Enhancements**
- **Step** - Vertical Steps now have option to have two line items
@ -25,7 +25,7 @@
**Project**
- **iOS** - Active styles, for example pressed in buttons, now appear in docs on touch devices
### Version 0.14.0- Mar 03, 2014
### Version 0.14.0 - Mar 03, 2014
**Enhancements**
- **Modal** - Modal now uses requestAnimationFrame instead of debounced callback
@ -39,7 +39,7 @@
**Project**
- **NPM** - Docpad is now moved to a dev dependency **Thanks kapouer**
### Version 0.13.1- Feb 28, 2014
### Version 0.13.1 - Feb 28, 2014
**Fixes**
- **Modal** - Fixes modal positioning appearing slightly below center on second load

8
package.json

@ -33,14 +33,6 @@
"grunt-contrib-concat": "~0.3.0",
"grunt-docco-multi": "0.0.2",
"grunt-cssjanus": "~0.1.1",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.3",
"karma-requirejs": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma": "~0.10.2",
"grunt-karma": "~0.6.2",
"karma-spec-reporter": "0.0.5",

Loading…
Cancel
Save