diff --git a/Gruntfile.js b/Gruntfile.js index 0ea435a..8b88cc7 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -168,7 +168,7 @@ module.exports = function( grunt ) { grunt.loadNpmTasks( 'grunt-contrib-clean' ); grunt.loadNpmTasks( 'grunt-contrib-compass' ); grunt.loadNpmTasks( 'grunt-contrib-copy' ); - grunt.loadNpmTasks( 'grunt-jscs-checker' ); + grunt.loadNpmTasks( 'grunt-jscs' ); grunt.loadNpmTasks( 'grunt-contrib-jshint' ); grunt.loadNpmTasks( 'grunt-contrib-nodeunit' ); grunt.loadNpmTasks( 'grunt-contrib-uglify' ); diff --git a/package.json b/package.json index b80d6cd..76aa513 100644 --- a/package.json +++ b/package.json @@ -30,18 +30,18 @@ "coveralls": "jscoverage tasks/lib/phantomas.js && PHANTOMAS_COV=1 nodeunit --reporter=lcov test/lib/phantomasTest.js | coveralls" }, "devDependencies": { - "grunt-contrib-jshint": "~0.10.0", + "coveralls": "~2.11.0", + "grunt": "^0.4.5", "grunt-contrib-clean": "~0.6.0", - "grunt-contrib-nodeunit": "~0.4.0", - "grunt": "~0.4.1", "grunt-contrib-compass": "~0.9.0", - "grunt-contrib-watch": "~0.6.0", "grunt-contrib-copy": "~0.5.0", + "grunt-contrib-jshint": "~0.10.0", + "grunt-contrib-nodeunit": "~0.4.0", "grunt-contrib-uglify": "~0.5.0", - "grunt-jscs-checker": "~0.6.0", - "coveralls": "~2.11.0", - "nodeunit": "~0.9.0", - "jscoverage": "~0.5.0-rc1" + "grunt-contrib-watch": "~0.6.0", + "grunt-jscs": "^0.7.1", + "jscoverage": "~0.5.0-rc1", + "nodeunit": "~0.9.0" }, "peerDependencies": { "grunt": "~0.4.1" @@ -54,7 +54,7 @@ "phantomjs" ], "dependencies": { - "bluebird": "~2.2.2", + "bluebird": "~2.3.0", "phantomas": "~1.5.0", "node-fs": "~0.1.7", "lodash": "~2.4.1",