Skip to content

Commit

Permalink
change package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
HasanMhdAmin committed Jan 7, 2020
1 parent 1ea41c1 commit 53010ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions example/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@
<preference name="UseSwiftLanguageVersion" value="4.1" />
<plugin name="cordova-plugin-pesdk" spec=".." />
<engine name="ios" spec="^4.5.4" />
<engine name="android" spec="^7.0.0" />
</widget>
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"author": "Apache Cordova Team",
"license": "Apache-2.0",
"dependencies": {
"cordova-android": "^8.1.0",
"cordova-android": "^7.0.0",
"cordova-ios": "^4.5.4",
"cordova-plugin-add-swift-support": "^1.7.1",
"cordova-plugin-whitelist": "^1.3.4",
"pesdk-cordova-plugin": "file:.."
"cordova-plugin-whitelist": "^1.3.4"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-pesdk": {}
},
"platforms": [
"ios"
"ios",
"android"
]
}
}

0 comments on commit 53010ec

Please sign in to comment.