Skip to content

Commit

Permalink
Merge pull request #53 from AppsFlyerSDK/dev/updateNS
Browse files Browse the repository at this point in the history
Dependecies update to support NS V7 & V8
  • Loading branch information
GM-appsflyer authored Apr 18, 2021
2 parents f90b2f1 + e423588 commit 4be7920
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-plugin-appsflyer",
"version": "6.2.4",
"version": "6.2.4-2",
"description": "Appsflyer SDK for NativeScript applications",
"main": "appsflyer",
"typings": "index.d.ts",
Expand Down Expand Up @@ -47,15 +47,15 @@
},
"homepage": "https://github.com/AppsFlyerSDK/nativescript-plugin-appsflyer#readme",
"devDependencies": {
"@nativescript/core": "~8.0.1",
"@nativescript/ios": "8.0.0",
"@nativescript/types": "~8.0.0",
"@nativescript/core": ">=7.0.0",
"@nativescript/ios": ">=7.0.0",
"@nativescript/types": ">=7.0.0",
"@nativescript/webpack": "~4.1.0",
"ts-patch": "~1.3.1",
"typescript": "~3.9.0"
},
"peerDependencies": {
"@nativescript/core": "~8.0.1"
"@nativescript/core": ">=7.0.0"
},
"dependencies": {
"ts-node": "~9.1.1"
Expand Down

0 comments on commit 4be7920

Please sign in to comment.