Skip to content

Commit ef1bf3b

Browse files
committed
Update all dev dependencies and grunt file to be compatible with grunt-continue
1 parent 25fb97c commit ef1bf3b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ module.exports = function (grunt) {
9292
grunt.registerTask('fail', ['mochaTest:fail', 'mocha:fail', 'mocha:fail_amd']);
9393

9494
grunt.registerTask('run', ['build', 'mochaTest']);
95-
grunt.registerTask('dev', ['build', 'continueOn','mocha:fail', 'continueOff', 'mocha:pass']);
95+
grunt.registerTask('dev', ['build', 'continue:on', 'mocha:fail', 'continue:off', 'mocha:pass']);
9696

9797
grunt.registerTask('edit_01', ['build', 'mochaTest:pass']);
9898
grunt.registerTask('edit_02', ['build', 'mochaTest:fail']);
9999
grunt.registerTask('edit_03', ['build', 'mocha:fail']);
100100

101-
grunt.registerTask('test', ['build', 'pass', 'continueOn', 'fail', 'continueOff']);
101+
grunt.registerTask('test', ['build', 'pass', 'continue:on', 'fail', 'continue:off']);
102102
grunt.registerTask('build', ['jshint']);
103103
grunt.registerTask('default', ['test']);
104104
};

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@
4747
},
4848
"devDependencies": {
4949
"chai": "^3.5.0",
50-
"grunt": "~0.4.2",
51-
"grunt-bump": "~0.3.x",
52-
"grunt-cli": "~0.1",
53-
"grunt-continue": "0.0.1",
54-
"grunt-contrib-jshint": "~0.11.x",
55-
"grunt-mocha": "~0.4.10",
56-
"grunt-mocha-test": "~0.12.x",
57-
"jshint-path-reporter": "~0.1",
50+
"grunt": "^1.0.1",
51+
"grunt-bump": "^0.8.0",
52+
"grunt-cli": "^1.2.0",
53+
"grunt-continue": "^0.1.0",
54+
"grunt-contrib-jshint": "^1.0.0",
55+
"grunt-mocha": "^1.0.2",
56+
"grunt-mocha-test": "^0.12.7",
57+
"jshint-path-reporter": "^0.1.3",
5858
"mocha": "^2.4.5",
59-
"mocha-unfunk-reporter": "~0.4.0",
60-
"requirejs": "~2.1.11"
59+
"mocha-unfunk-reporter": "^0.4.0",
60+
"requirejs": "^2.2.0"
6161
},
6262
"peerDependencies": {
6363
"chai": ">= 1.6.1 < 4"

0 commit comments

Comments
 (0)