diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-09-26 00:47:11 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-09-26 00:47:11 +0200 |
| commit | 6a9186aea6b85beef28e3eb765fbf2322a1c7890 (patch) | |
| tree | a4a2ad8fcaa8783b4ed3643e950a003c2c0f9de6 /StoneIsland/package.json | |
| parent | b6a9175ffeb718994d6e68c4e3e783449c4f34cd (diff) | |
wtf broken
Diffstat (limited to 'StoneIsland/package.json')
| -rw-r--r-- | StoneIsland/package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/StoneIsland/package.json b/StoneIsland/package.json index 455528cc..5228669d 100644 --- a/StoneIsland/package.json +++ b/StoneIsland/package.json @@ -6,6 +6,7 @@ "dependencies": { "cordova": "^6.4.0", "cordova-ios": "^4.3.1", + "cordova-plugin-app-name": "^1.0.4", "cordova-plugin-firebase": "^0.1.24", "cordova-plugin-statusbar": "^2.2.3", "cordova-plugin-whitelist": "1", @@ -22,7 +23,10 @@ "plugins": { "cordova-plugin-whitelist": {}, "cordova-plugin-statusbar": {}, - "cordova-plugin-firebase": {} + "cordova-plugin-firebase": {}, + "cordova-plugin-app-name": { + "APP_NAME": "Stone Island" + } } } }
\ No newline at end of file |
