File tree Expand file tree Collapse file tree 3 files changed +18
-7
lines changed Expand file tree Collapse file tree 3 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 3
3
* .iml
4
4
node_modules /
5
5
bower_components /
6
+ coverage /
Original file line number Diff line number Diff line change
1
+ {
2
+ "non-interactive" : false ,
3
+ "increment" : " patch" ,
4
+ "preReleaseId" : null ,
5
+ "buildCommand" : " gulp" ,
6
+ "changelogCommand" : " git log --pretty=format:\" * %s (%h)\" [REV_RANGE]" ,
7
+ "npm" : {
8
+ "publish" : true
9
+ }
10
+ }
Original file line number Diff line number Diff line change 32
32
"babel-plugin-transform-object-assign" : " ^6.8.0" ,
33
33
"babel-preset-es2015" : " ^6.14.0" ,
34
34
"babelify" : " ^7.3.0" ,
35
- "browserify" : " ^13.1 .0" ,
36
- "chalk" : " ^1.1.3 " ,
37
- "del" : " ^2.2 .0" ,
35
+ "browserify" : " ^14.5 .0" ,
36
+ "chalk" : " ^2.3.0 " ,
37
+ "del" : " ^3.0 .0" ,
38
38
"gulp" : " ^3.9.1" ,
39
39
"gulp-concat" : " ^2.6.0" ,
40
40
"gulp-filelist" : " ^1.0.0" ,
41
41
"gulp-load-plugins" : " ^1.2.4" ,
42
42
"gulp-plumber" : " ^1.1.0" ,
43
43
"gulp-rename" : " ^1.2.2" ,
44
- "gulp-replace" : " ^0.5.4 " ,
45
- "gulp-sourcemaps" : " ^1 .6.0 " ,
46
- "gulp-uglify" : " ^1.5.3 " ,
44
+ "gulp-replace" : " ^0.6.1 " ,
45
+ "gulp-sourcemaps" : " ^2 .6.1 " ,
46
+ "gulp-uglify" : " ^3.0.0 " ,
47
47
"gulp-util" : " ^3.0.7" ,
48
48
"jasmine" : " ^2.5.2" ,
49
49
"karma" : " ^1.3.0" ,
55
55
"stringify" : " ^5.1.0" ,
56
56
"vinyl-buffer" : " ^1.0.0" ,
57
57
"vinyl-source-stream" : " ^1.1.0" ,
58
- "yargs" : " ^6 .0.0 "
58
+ "yargs" : " ^10 .0.3 "
59
59
},
60
60
"dependencies" : {
61
61
"lodash" : " ^4.17.4" ,
You can’t perform that action at this time.
0 commit comments