From 607cb1c6cd0c424b2c7d0bfb35a1433a625466c2 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Tue, 12 May 2015 16:49:49 -0700 Subject: [PATCH] Added os key to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 74026f9..edeff58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "ios-sim", "version": "3.1.1", + "os" : [ "darwin" ], "description": "launch iOS apps into the iOS Simulator from the command line (Xcode 6.0)", "main": "ios-sim", "scripts": {