Skip to content

Commit bf69b8f

Browse files
committed
Build: Update dependencies
This also fixes a JSHint breakage that would occur on a fresh project after running `npm install && grunt`.
1 parent ad3fafa commit bf69b8f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"scripts": {
1212
"browserstack": "sh build/run-browserstack.sh",
13-
"ci": "node_modules/grunt-cli/bin/grunt ci && npm run browserstack"
13+
"ci": "grunt ci && npm run browserstack"
1414
},
1515
"maintainers": [
1616
{
@@ -31,17 +31,17 @@
3131
"jquery": ">=1.11.0"
3232
},
3333
"devDependencies": {
34-
"browserstack-runner": "0.4.3",
35-
"commitplease": "2.0.0",
36-
"grunt": "0.4.5",
37-
"grunt-bowercopy": "1.0.0",
38-
"grunt-cli": "0.1.13",
39-
"grunt-compare-size": "0.4.0",
40-
"grunt-contrib-concat": "0.4.0",
41-
"grunt-contrib-jshint": "0.9.2",
42-
"grunt-contrib-qunit": "0.5.1",
43-
"grunt-contrib-uglify": "0.4.0",
44-
"grunt-git-authors": "1.2.0",
34+
"browserstack-runner": "0.4.4",
35+
"commitplease": "2.3.1",
36+
"grunt": "1.0.1",
37+
"grunt-bowercopy": "1.2.4",
38+
"grunt-cli": "1.2.0",
39+
"grunt-compare-size": "0.4.2",
40+
"grunt-contrib-concat": "1.0.1",
41+
"grunt-contrib-jshint": "1.0.0",
42+
"grunt-contrib-qunit": "1.2.0",
43+
"grunt-contrib-uglify": "1.0.1",
44+
"grunt-git-authors": "3.2.0",
4545
"testswarm": "1.1.0"
4646
},
4747
"commitplease": {

0 commit comments

Comments
 (0)