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 1313 "repository" : " https://github.com/NativeScript/nativescript-datetimepicker" ,
1414 "scripts" : {
1515 "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"
1719 },
1820 "dependencies" : {
1921 "@angular/animations" : " ~7.2.0" ,
5052 "tslint" : " ~5.11.0"
5153 },
5254 "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- }
5755}
You can’t perform that action at this time.
0 commit comments