Skip to content

Commit

Permalink
fix(cordova-consent): add ios to supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ratson committed May 19, 2020
1 parent 8178bee commit 20d1e5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cordova-consent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"cordova": {
"id": "cordova-plugin-consent",
"platforms": [
"android"
"android",
"ios"
]
},
"eslintConfig": {
Expand Down

0 comments on commit 20d1e5e

Please sign in to comment.