Added os key to package.json (for OS X)

This commit is contained in:
Shazron Abdullah 2015-05-12 14:01:22 -07:00
parent 1db084594e
commit fc667bc423

View File

@ -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": {