Skip to content

Commit e35391e

Browse files
committed
chore: bump 1.2.3
1 parent 1edd8f0 commit e35391e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -11,7 +11,7 @@
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",
@@ -69,8 +69,8 @@
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"

0 commit comments

Comments
 (0)