File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,18 @@ module.exports = function(grunt) {
26
26
watch : {
27
27
files : [ '<%= jshint.files %>' ] ,
28
28
tasks : [ 'jshint' , 'mochaTest:watch' ]
29
+ } ,
30
+ bump : {
31
+ options : {
32
+ pushTo : 'origin'
33
+ }
29
34
}
30
35
} ) ;
31
36
32
37
grunt . loadNpmTasks ( 'grunt-contrib-jshint' ) ;
33
38
grunt . loadNpmTasks ( 'grunt-contrib-watch' ) ;
34
39
grunt . loadNpmTasks ( 'grunt-mocha-test' ) ;
40
+ grunt . loadNpmTasks ( 'grunt-bump' ) ;
35
41
36
42
grunt . registerTask ( 'ci' , [ 'jshint' , 'mochaTest:test' ] ) ;
37
43
grunt . registerTask ( 'default' , [ 'ci' ] ) ;
Original file line number Diff line number Diff line change 24
24
"socket.io" : " 1.7.3"
25
25
},
26
26
"devDependencies" : {
27
+ "chai" : " 3.5.0" ,
27
28
"grunt" : " 1.0.1" ,
29
+ "grunt-bump" : " ^0.8.0" ,
28
30
"grunt-contrib-jshint" : " 1.1.0" ,
29
31
"grunt-contrib-watch" : " 1.0.0" ,
30
32
"grunt-mocha-test" : " 0.13.2" ,
31
33
"mocha" : " 3.2.0" ,
32
34
"nock" : " 9.0.9" ,
33
35
"rewire" : " 2.5.2" ,
34
36
"should" : " 11.2.1" ,
35
- "chai" : " 3.5.0" ,
36
37
"sinon" : " 1.17.7" ,
37
38
"sinon-chai" : " 2.8.0"
38
39
},
You can’t perform that action at this time.
0 commit comments