Skip to content

Commit f942e23

Browse files
gulp added to simplr-forms-dom.
1 parent 27bc94b commit f942e23

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

packages/simplr-forms-core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"test": "jest",
1717
"test-watch": "jest --watchAll",
1818
"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"
2021
},
2122
"license": "AGPL-3.0",
2223
"files": [

packages/simplr-forms-dom/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"test-watch": "jest --watchAll",
1818
"test-coverage": "npm test -- --coverage",
1919
"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"
2122
},
2223
"license": "AGPL-3.0",
2324
"files": [
@@ -39,6 +40,7 @@
3940
"@types/vinyl-fs": "^2.4.5",
4041
"@types/webpack": "^2.2.15",
4142
"enzyme": "^2.8.0",
43+
"gulp": "github:gulpjs/gulp#4.0",
4244
"jest": "^19.0.2",
4345
"jest-enzyme": "^3.0.0",
4446
"mkdirp": "^0.5.1",

packages/simplr-validation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"action-emitter": "^0.2.1",
5050
"immutable": "^3.8.1",
5151
"react": "^15.5.4",
52-
"simplr-forms-core": "4.0.0-pre-alpha.4",
52+
"simplr-forms-core": "4.0.0-pre-alpha.18",
5353
"validator": "^7.0.0"
5454
},
5555
"jest": {

0 commit comments

Comments
 (0)