File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-datetimepicker" ,
3
- "version" : " 1.2.2 " ,
3
+ "version" : " 1.2.3 " ,
4
4
"description" : " A NativeScript plugin for picking date and time." ,
5
5
"typings" : " index.d.ts" ,
6
6
"nativescript" : {
11
11
},
12
12
"scripts" : {
13
13
"tsc" : " npm i && tsc" ,
14
- "build" : " npm run tsc" ,
14
+ "build" : " npm run tsc && npm run ngc " ,
15
15
"tslint" : " cd .. && tslint \" **/*.ts\" --config tslint.json --exclude \" **/node_modules/**\" --exclude \" **/platforms/**\" " ,
16
16
"plugin.tscwatch" : " npm run tsc -- -w" ,
17
17
"demo.ios" : " npm run build && cd ../demo && tns run ios --emulator" ,
69
69
"rimraf" : " ^2.6.2" ,
70
70
"rxjs" : " ^6.3.3" ,
71
71
"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" ,
74
74
"tslint" : " ^5.11.0" ,
75
75
"typescript" : " ~3.5.3" ,
76
76
"zone.js" : " ^0.8.4"
You can’t perform that action at this time.
0 commit comments