File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " nativescript-datetimepicker" ,
3- "version" : " 1.2.2 " ,
3+ "version" : " 1.2.3 " ,
44 "description" : " A NativeScript plugin for picking date and time." ,
55 "typings" : " index.d.ts" ,
66 "nativescript" : {
1111 },
1212 "scripts" : {
1313 "tsc" : " npm i && tsc" ,
14- "build" : " npm run tsc" ,
14+ "build" : " npm run tsc && npm run ngc " ,
1515 "tslint" : " cd .. && tslint \" **/*.ts\" --config tslint.json --exclude \" **/node_modules/**\" --exclude \" **/platforms/**\" " ,
1616 "plugin.tscwatch" : " npm run tsc -- -w" ,
1717 "demo.ios" : " npm run build && cd ../demo && tns run ios --emulator" ,
6969 "rimraf" : " ^2.6.2" ,
7070 "rxjs" : " ^6.3.3" ,
7171 "semver" : " ^5.6.0" ,
72- "tns-core-modules" : " ^6.0 .0" ,
73- "tns-platform-declarations" : " ^ 6.0.0" ,
72+ "tns-core-modules" : " ~6.5 .0" ,
73+ "tns-platform-declarations" : " ~ 6.0.0" ,
7474 "tslint" : " ^5.11.0" ,
7575 "typescript" : " ~3.5.3" ,
7676 "zone.js" : " ^0.8.4"
You can’t perform that action at this time.
0 commit comments