Skip to content

Commit 7c643c3

Browse files
committed
use latest grunt-mocha
1 parent d5a51f9 commit 7c643c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"test": "grunt test"
2323
},
2424
"devDependencies": {
25-
"grunt": "~0.4.1",
25+
"grunt": "~0.4.2",
2626
"grunt-contrib-watch": "~0.5.3",
2727
"grunt-component-build": "~0.4.1",
2828
"grunt-contrib-jshint": "~0.7.1",
2929
"grunt-contrib-uglify": "~0.2.7",
30-
"grunt-mocha": "~0.4.1",
30+
"grunt-mocha": "~0.4.6",
3131
"jscoverage": "~0.3.8",
3232
"jshint-stylish": "0.1.3"
3333
}

0 commit comments

Comments
 (0)