Skip to content

Commit 3419b51

Browse files
committed
Build: Update nodejs dependencies
1 parent e6bda6a commit 3419b51

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@
2525
"jquery": ">=1.6.4"
2626
},
2727
"devDependencies": {
28-
"grunt-git-authors": "~1.2.0",
29-
"grunt-contrib-concat": "~0.1.2",
30-
"grunt-contrib-watch": "~0.3.1",
31-
"grunt-contrib-qunit": "~0.2.0",
32-
"grunt-contrib-jshint": "~0.2.0",
33-
"grunt-contrib-uglify": "~0.1.2",
34-
"grunt": "0.4.1",
35-
"testswarm": "~1.1.0"
28+
"npm-check-updates": "1.2.0",
29+
"grunt-git-authors": "1.2.0",
30+
"grunt-contrib-concat": "0.3.0",
31+
"grunt-contrib-watch": "0.5.3",
32+
"grunt-contrib-qunit": "0.3.0",
33+
"grunt-contrib-jshint": "0.7.2",
34+
"grunt-contrib-uglify": "0.2.7",
35+
"grunt": "0.4.2",
36+
"testswarm": "1.1.0"
3637
},
3738
"keywords": []
3839
}

src/.jshintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"sub": true,
1717

1818
"browser": true,
19-
"es5": true,
2019

2120
"globals": {
2221
"jQuery": true,

0 commit comments

Comments
 (0)