Skip to content

Commit 7a1741e

Browse files
authored
chore(kinvey): force tslib@^1.9.3 (#84)
1 parent a512a10 commit 7a1741e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/template-master-detail-kinvey-ts/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
"nativescript-imagepicker": "~6.2.0",
4545
"nativescript-theme-core": "~1.0.6",
4646
"nativescript-ui-listview": "~7.0.0",
47-
"tns-core-modules": "~6.0.0"
47+
"tns-core-modules": "~6.0.0",
48+
"tslib": "^1.9.3"
4849
},
4950
"devDependencies": {
5051
"nativescript-dev-webpack": "~1.1.0",

packages/template-master-detail-kinvey/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"nativescript-imagepicker": "~6.2.0",
4646
"nativescript-theme-core": "~1.0.6",
4747
"nativescript-ui-listview": "~7.0.0",
48-
"tns-core-modules": "~6.0.0"
48+
"tns-core-modules": "~6.0.0",
49+
"tslib": "^1.9.3"
4950
},
5051
"devDependencies": {
5152
"eslint": "~5.8.0",

0 commit comments

Comments
 (0)