Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Readded dependencies, just incase. Added .npmignore to ignore working…
Browse files Browse the repository at this point in the history
…-example.
  • Loading branch information
jackbayliss committed Jan 17, 2020
1 parent aa776dd commit 987fe8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
working-example
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
{
"name": "cordova-stripe-intent",
"version": "0.0.1",
"version": "0.0.2",
"description": "Stripe Intent Plugin for Cordova",
"cordova": {
"id": "cordova-stripe-intent",
"platforms": [
"android"
]
},
"dependencies": {
"cordova-plugin-androidx": "^1.0.2",
"cordova-plugin-androidx-adapter" : "^1.1.0"
},
"keywords": [
"ecosystem:cordova",
"cordova-android"
],
"author": "Jack Bayliss",
"license": "MIT",
"typings": "typings/StripeIntent.d.ts"
"license": "MIT"
}

0 comments on commit 987fe8c

Please sign in to comment.