Skip to content

Commit 23449c6

Browse files
author
Adrien Grsmto
committed
Update Grunt tasks
1 parent 44b0ee9 commit 23449c6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"homepage": "https://grsmto.github.io/simplebar/",
1111
"version": "1.1.2",
1212
"devDependencies": {
13-
"grunt": "~0.4.1",
14-
"grunt-cli": "~0.1.7",
15-
"grunt-contrib-jshint": "~0.4.3",
16-
"grunt-contrib-concat": "~0.3.0",
17-
"grunt-contrib-uglify": "~0.2.0",
13+
"grunt": "~0.4.5",
14+
"grunt-cli": "~0.1.13",
15+
"grunt-contrib-jshint": "~0.11.0",
16+
"grunt-contrib-concat": "~0.5.1",
17+
"grunt-contrib-uglify": "~0.8.0",
1818
"grunt-contrib-qunit": "~0.3.0",
19-
"grunt-contrib-watch": "~0.5.3"
19+
"grunt-contrib-watch": "~0.6.1"
2020
},
2121
"scripts": {
2222
"test": "grunt travis --verbose"

0 commit comments

Comments
 (0)