File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 16
16
"test" : " jest" ,
17
17
"test-watch" : " jest --watchAll" ,
18
18
"test-coverage" : " npm test -- --coverage" ,
19
- "gulp-watch" : " tsc -p ./tools/tsconfig.gulp.json -w"
19
+ "gulp-build" : " tsc -p ./tools/tsconfig.gulp.json" ,
20
+ "gulp-watch" : " npm run gulp-build -- -w"
20
21
},
21
22
"license" : " AGPL-3.0" ,
22
23
"files" : [
Original file line number Diff line number Diff line change 17
17
"test-watch" : " jest --watchAll" ,
18
18
"test-coverage" : " npm test -- --coverage" ,
19
19
"prepublishOnly" : " npm run build" ,
20
- "gulp-watch" : " tsc -p ./tools/tsconfig.gulp.json -w"
20
+ "gulp-build" : " tsc -p ./tools/tsconfig.gulp.json" ,
21
+ "gulp-watch" : " npm run gulp-build -- -w"
21
22
},
22
23
"license" : " AGPL-3.0" ,
23
24
"files" : [
39
40
"@types/vinyl-fs" : " ^2.4.5" ,
40
41
"@types/webpack" : " ^2.2.15" ,
41
42
"enzyme" : " ^2.8.0" ,
43
+ "gulp" : " github:gulpjs/gulp#4.0" ,
42
44
"jest" : " ^19.0.2" ,
43
45
"jest-enzyme" : " ^3.0.0" ,
44
46
"mkdirp" : " ^0.5.1" ,
Original file line number Diff line number Diff line change 49
49
"action-emitter" : " ^0.2.1" ,
50
50
"immutable" : " ^3.8.1" ,
51
51
"react" : " ^15.5.4" ,
52
- "simplr-forms-core" : " 4.0.0-pre-alpha.4 " ,
52
+ "simplr-forms-core" : " 4.0.0-pre-alpha.18 " ,
53
53
"validator" : " ^7.0.0"
54
54
},
55
55
"jest" : {
You can’t perform that action at this time.
0 commit comments