Skip to content

Commit 5edd282

Browse files
committed
Updated tns-platform-declarations to version 5.3.2
Moved tns-platform-declaration in devDependencies and updated platforms too.
1 parent 8681867 commit 5edd282

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

src/package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "nativescript-advanced-webview",
3-
"version": "3.0.1-phoops1",
3+
"version": "3.0.1-phoops2",
44
"description": "An advanced webview using Chrome CustomTabs on Android and SFSafariViewController on iOS.",
55
"main": "advanced-webview",
66
"typings": "index.d.ts",
77
"nativescript": {
88
"platforms": {
9-
"android": "2.0.0",
10-
"ios": "2.3.0"
9+
"android": "5.3.0",
10+
"ios": "5.3.1"
1111
}
1212
},
1313
"repository": {
@@ -95,12 +95,10 @@
9595
"husky": "^0.14.3",
9696
"lint-staged": "^7.2.0",
9797
"prettier": "^1.13.7",
98-
"tns-core-modules": "^5.2.0",
98+
"tns-core-modules": "^5.3.2",
9999
"rimraf": "^2.6.2",
100100
"tslint": "~5.9.1",
101-
"typescript": "^2.8.1"
102-
},
103-
"dependencies": {
104-
"tns-platform-declarations": "^5.2.0"
101+
"typescript": "^2.8.1",
102+
"tns-platform-declarations": "^5.3.2"
105103
}
106104
}

0 commit comments

Comments
 (0)