summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-10-18 20:29:05 -0400
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-10-18 20:29:05 -0400
commit240de58a5ccaa1a898f3a7daa1ef4f8fabda1b93 (patch)
treea48033039a83b5f259e8d1cf8405a60f4f46c33c /package.json
parentced14a385a8606319e5d7d604f65c7a33c8e1476 (diff)
nits
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 1112ad06..e44f96af 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
"phonegap-plugin-push"
],
"cordovaPlatforms": [
- "ios",
- "android"
+ "android",
+ "ios"
]
-} \ No newline at end of file
+}