diff --git a/package.json b/package.json index 606990ce..df683869 100644 --- a/package.json +++ b/package.json @@ -47,15 +47,15 @@ }, "dependencies": {}, "devDependencies": { - "jshint": "~2.1.9", "cover": "*", - "jasmine-node": "1.11.0", - "opener": "*", - "promises-aplus-tests": "1.x", "grunt": "~0.4.1", "grunt-cli": "~0.1.9", - "grunt-contrib-uglify": "~0.2.2", - "matcha": "~0.2.0" + "grunt-contrib-uglify": "~0.9.1", + "jasmine-node": "1.11.0", + "jshint": "~2.1.9", + "matcha": "~0.2.0", + "opener": "*", + "promises-aplus-tests": "1.x" }, "scripts": { "test": "jasmine-node spec && promises-aplus-tests spec/aplus-adapter",