Skip to content

Commit b41816e

Browse files
committed
Update development dependencies.
Remove obsolete bug tracking link.
1 parent b526063 commit b41816e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@
2323
"type": "git",
2424
"url": "git://github.com/blueimp/JavaScript-Templates.git"
2525
},
26-
"bugs": "https://github.com/blueimp/JavaScript-Templates/issues",
2726
"license": "MIT",
2827
"devDependencies": {
29-
"grunt": "~0.4.5",
30-
"grunt-contrib-uglify": "~0.5.0",
31-
"grunt-contrib-jshint": "~0.10.0",
32-
"grunt-bump-build-git": "~1.1.1",
33-
"grunt-simple-mocha": "~0.4.0",
28+
"grunt": "0.4.5",
29+
"grunt-contrib-uglify": "0.11.0",
30+
"grunt-contrib-jshint": "0.11.3",
31+
"grunt-bump-build-git": "1.1.2",
32+
"grunt-simple-mocha": "0.4.0",
3433
"expect.js": "0.3.1"
3534
},
3635
"scripts": {

0 commit comments

Comments
 (0)