From fc667bc42340ee8c09538561062b758a677f04a1 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Tue, 12 May 2015 14:01:22 -0700 Subject: [PATCH] Added os key to package.json (for OS X) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cd62282..7499ba6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "ios-deploy", "version": "1.5.0", + "os" : [ "darwin" ], "description": "launch iOS apps iOS devices from the command line (Xcode 6)", "main": "ios-deploy", "scripts": {