Skip to content

Commit

Permalink
Updated devDepedencies :)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivapoudel committed Oct 18, 2014
1 parent 7fe1dd4 commit 01e5f59
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
},
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "~0.4.5",
"grunt": "^0.4.5",
"grunt-checktextdomain": "^0.1.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-shell": "^1.1.1",
"grunt-wp-i18n": "^0.4.8",
"grunt-contrib-sass": "^0.8.1",
"node-bourbon": "~1.0.0"
"node-bourbon": "^1.2.3"
},
"engines": {
"node": ">=0.8.0",
Expand Down

0 comments on commit 01e5f59

Please sign in to comment.