File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 3
3
"private" : true ,
4
4
"scripts" : {
5
5
"generate" : " rush generate" ,
6
- "tools-build" : " ts-node ./tools/rush-tools.ts run gulp-build -e simplr-mvdir" ,
7
- "source-build" : " ts-node ./tools/rush-tools.ts run build -e simplr-mvdir" ,
8
- "test" : " ts-node ./tools/rush-tools.ts run test-tsc -e simplr-mvdir" ,
9
- "rush-tools" : " ts-node ./tools/rush-tools.ts"
6
+ "tools-build" : " npm run rush-tools run gulp-build -e simplr-mvdir" ,
7
+ "source-build" : " npm run rush-tools run build -e simplr-mvdir" ,
8
+ "test" : " npm run rush-tools run test-tsc -e simplr-mvdir" ,
9
+ "rush-tools" : " ts-node ./tools/rush-tools.ts" ,
10
+ "publish" : " npm run rush-tools publish"
10
11
},
11
12
"devDependencies" : {
12
13
"@microsoft/rush" : " ^3.0.9" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " simplr-forms-dom" ,
3
- "version" : " 4.0.1-beta.2 " ,
3
+ "version" : " 4.0.1-beta.4 " ,
4
4
"description" : " DOM components for simplr-forms." ,
5
5
"repository" : " SimplrJS/simplr-forms" ,
6
6
"homepage" : " https://github.com/SimplrJS/simplr-forms" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " simplr-forms" ,
3
- "version" : " 4.0.1-beta.2 " ,
3
+ "version" : " 4.0.1-beta.4 " ,
4
4
"description" : " Shared simplr-forms logic." ,
5
5
"repository" : " SimplrJS/simplr-forms" ,
6
6
"homepage" : " https://github.com/SimplrJS/simplr-forms" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " simplr-validation" ,
3
- "version" : " 4.0.1-beta.5 " ,
3
+ "version" : " 4.0.1-beta.7 " ,
4
4
"description" : " Validation library for simplr-forms." ,
5
5
"repository" : " SimplrJS/simplr-forms" ,
6
6
"homepage" : " https://github.com/SimplrJS/simplr-forms" ,
You can’t perform that action at this time.
0 commit comments