diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-09-03 18:14:57 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-09-03 18:14:57 +0200 |
| commit | c73bf06dff4921b20f344a9cbb91b9b88f4546eb (patch) | |
| tree | c377b6dd0f477052a00334e71b1abe3658c27d6a /StoneIsland/package.json | |
| parent | 0261ee59c47c4a940cd41b526bd891a97c02a6dd (diff) | |
bump to 1.2.3
Diffstat (limited to 'StoneIsland/package.json')
| -rw-r--r-- | StoneIsland/package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/StoneIsland/package.json b/StoneIsland/package.json index f2ab351b..f495f4ad 100644 --- a/StoneIsland/package.json +++ b/StoneIsland/package.json @@ -21,6 +21,7 @@ "cordova-plugin-x-socialsharing": "~5.1.3", "ionic-plugin-keyboard": "~2.2.1", "ios-deploy": "^1.9.4", + "phonegap-plugin-mobile-accessibility": "git+https://github.com/phonegap/phonegap-mobile-accessibility.git", "phonegap-plugin-push": "^1.11.1", "plist": "^3.0.1" }, @@ -52,11 +53,12 @@ "phonegap-plugin-push": { "SENDER_ID": "85075801930" }, - "cordova-plugin-sim": {} + "cordova-plugin-sim": {}, + "phonegap-plugin-mobile-accessibility": {} }, "platforms": [ "android", "ios" ] } -} +}
\ No newline at end of file |
