File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 13
13
"repository" : " https://github.com/NativeScript/nativescript-datetimepicker" ,
14
14
"scripts" : {
15
15
"ci.tslint" : " npm i && tslint --config '../tslint.json' 'src/**/*.ts'" ,
16
- "build.plugin" : " cd ../src && npm run build"
16
+ "build.plugin" : " cd ../src && npm run build" ,
17
+ "e2e" : " node ./node_modules/nativescript-dev-appium/check-dev-deps.js && tsc -p e2e && mocha --opts ./e2e/config/mocha.opts " ,
18
+ "e2e-watch" : " tsc -p e2e --watch"
17
19
},
18
20
"dependencies" : {
19
21
"@angular/animations" : " ~7.2.0" ,
50
52
"tslint" : " ~5.11.0"
51
53
},
52
54
"readme" : " NativeScript DateTimePicker Demo NG"
53
- "scripts" : {
54
- "e2e" : " node ./node_modules/nativescript-dev-appium/check-dev-deps.js && tsc -p e2e && mocha --opts ./e2e/config/mocha.opts " ,
55
- "e2e-watch" : " tsc -p e2e --watch"
56
- }
57
55
}
You can’t perform that action at this time.
0 commit comments