Skip to content

Commit

Permalink
Update Grunt tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Grsmto committed Mar 17, 2015
1 parent 44b0ee9 commit 23449c6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"homepage": "https://grsmto.github.io/simplebar/",
"version": "1.1.2",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.7",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-uglify": "~0.8.0",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-watch": "~0.5.3"
"grunt-contrib-watch": "~0.6.1"
},
"scripts": {
"test": "grunt travis --verbose"
Expand Down

0 comments on commit 23449c6

Please sign in to comment.