Skip to content

Commit 6efd0c4

Browse files
committed
Use grunt 1.0 and update devDependencies
1 parent 3eb176e commit 6efd0c4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@
4242
"jquery": ">=1.7"
4343
},
4444
"devDependencies": {
45-
"grunt": "~0.4.1",
46-
"grunt-contrib-concat": "~0.1.3",
47-
"grunt-contrib-connect": "~0.3.0",
48-
"grunt-contrib-jshint": "~0.3.0",
49-
"grunt-contrib-qunit": "~0.2.0",
50-
"grunt-contrib-uglify": "^0.6.0",
51-
"grunt-exec": "~0.4.0",
52-
"grunt-saucelabs": "~8.1.0",
53-
"grunt-contrib-watch": "~0.5.3",
54-
"grunt-yabs": "^0.5.0",
55-
"grunt-jscs": "^0.7.1"
45+
"grunt": "^1.0.0",
46+
"grunt-contrib-concat": "^1.0.0",
47+
"grunt-contrib-connect": "^1.0.0",
48+
"grunt-contrib-jshint": "^1.0.0",
49+
"grunt-contrib-qunit": "^1.0.0",
50+
"grunt-contrib-uglify": "^1.0.0",
51+
"grunt-contrib-watch": "^1.0.0",
52+
"grunt-exec": "^1.0.0",
53+
"grunt-jscs": "^2.7.0",
54+
"grunt-saucelabs": "^8.1.0",
55+
"grunt-yabs": "^1.0.0"
5656
},
5757
"scripts": {
5858
"test": "grunt ci --verbose"

0 commit comments

Comments
 (0)