Skip to content

Commit

Permalink
Merge pull request #123 from stefanjudis/feature/112-deprecated-modules
Browse files Browse the repository at this point in the history
#112 changed dependencies to not use grunt-jscs-checker anymore
  • Loading branch information
stefanjudis committed Sep 3, 2014
2 parents f0204ce + 82421de commit 8f44b3a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' );
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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",
Expand Down

0 comments on commit 8f44b3a

Please sign in to comment.