Skip to content

Commit

Permalink
Merge pull request #52 from AppsFlyerSDK/dev/updateNS
Browse files Browse the repository at this point in the history
Update to native script 8.0
  • Loading branch information
GM-appsflyer authored Apr 14, 2021
2 parents 423645b + 8375103 commit f90b2f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions demoNative/nsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"_info1": "Auto Generated for backwards compatibility with the currently used runtime.",
"_info2": "Do not edit this file manually, as any changes will be ignored.",
"_info3": "Config changes should be done in nativescript.config.(js|ts) instead.",
"appPath": "app",
"appResourcesPath": "app/App_Resources"
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@
},
"homepage": "https://github.com/AppsFlyerSDK/nativescript-plugin-appsflyer#readme",
"devDependencies": {
"@nativescript/core": "~7.0.0",
"@nativescript/ios": "7.0.0",
"@nativescript/types": "~7.0.0",
"@nativescript/webpack": "~3.0.0",
"@nativescript/core": "~8.0.1",
"@nativescript/ios": "8.0.0",
"@nativescript/types": "~8.0.0",
"@nativescript/webpack": "~4.1.0",
"ts-patch": "~1.3.1",
"typescript": "~3.9.0"
},
"peerDependencies": {
"@nativescript/core": "~7.0.0"
"@nativescript/core": "~8.0.1"
},
"dependencies": {
"ts-node": "~9.1.1"
Expand Down

0 comments on commit f90b2f1

Please sign in to comment.