Skip to content

Commit b41f2e6

Browse files
committed
Merge pull request #2 from tddbc/power-assert-0_7_2
power-assert 0.7.2
2 parents 6f30d14 + bbb6168 commit b41f2e6

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Gruntfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = function (grunt) {
3232
},
3333
lib: {
3434
files: '<%= jshint.lib.src %>',
35-
tasks: ['jshint:lib']
35+
tasks: ['jshint:lib', 'test']
3636
},
3737
test: {
3838
files: '<%= jshint.test.src %>',
@@ -43,7 +43,6 @@ module.exports = function (grunt) {
4343

4444
grunt.loadNpmTasks('grunt-contrib-jshint');
4545
grunt.loadNpmTasks('grunt-contrib-watch');
46-
4746
grunt.loadNpmTasks('grunt-mocha-cli');
4847

4948
grunt.registerTask('test', ['mochacli']);

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
},
2929
"devDependencies": {
3030
"grunt": "~0.4.2",
31-
"grunt-contrib-jshint": "~0.6.4",
32-
"grunt-contrib-watch": "~0.5.3",
31+
"grunt-contrib-jshint": "~0.10.0",
32+
"grunt-contrib-watch": "~0.6.1",
3333
"grunt-contrib-clean": "~0.5.0",
34-
"grunt-mocha-cli": "~1.4.0",
35-
"power-assert": "~0.2.2",
36-
"espower-loader": "~0.1.1"
34+
"grunt-mocha-cli": "~1.8.0",
35+
"power-assert": "~0.7.2",
36+
"espower-loader": "~0.7.0"
3737
},
3838
"keywords": [
3939
"TDDBC"

0 commit comments

Comments
 (0)