diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-04-02 20:43:54 +0200 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-04-02 20:44:32 +0200 |
| commit | d0e609bf53d071f0ae66682fb1a2c21201b437a4 (patch) | |
| tree | fb60e84111dfa4cd65c669f02482d4c9d855f13f /StoneIsland/package.json | |
| parent | f8c49771075e1169468ff58fe73817c6a6325a5e (diff) | |
build
Diffstat (limited to 'StoneIsland/package.json')
| -rw-r--r-- | StoneIsland/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/StoneIsland/package.json b/StoneIsland/package.json index ce4416e7..29c413d0 100644 --- a/StoneIsland/package.json +++ b/StoneIsland/package.json @@ -10,7 +10,8 @@ }, "devDependencies": {}, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "start": "cordova emulate ios --target=\"iPhone-7, 10.2\"" }, "author": "", "license": "UNLICENSED" |
