diff options
| author | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2017-12-11 12:18:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-11 12:18:00 -0500 |
| commit | 3cdf8956dea57c2b8af258dd658003fb905697db (patch) | |
| tree | 5d09f6919afca09e673321be8a90c2f93f494867 /package.json | |
| parent | 4e552d225caa1a10ddd09c6c9a9a799eeef4d5ed (diff) | |
| parent | 3933844069c347287c616bb4ebd896c96d280da1 (diff) | |
Merge pull request #566 from pliablepixels/565-websocket-migrate
565 websocket migrate
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 07e37e6e..b54dbe0a 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "displayName": "zmNinja", "cordova": { "platforms": [ - "ios", - "android" + "android", + "ios" ], "plugins": { "com.telerik.plugins.nativepagetransitions": {}, |
