diff --git a/RELEASE NOTES.md b/RELEASE NOTES.md index 352bff21e..2311eb419 100755 --- a/RELEASE NOTES.md +++ b/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 diff --git a/package.json b/package.json index f031e928b..bcdadcb0e 100755 --- a/package.json +++ b/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",