From 2473e7b1122ce8829e41ce517f402bdf9b4c4c87 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Mon, 29 Jul 2013 16:01:13 -0700 Subject: [PATCH] Added npm uninstall --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8a43267..ac39601 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { "name": "ios-sim", - "version": "1.8.0", + "version": "1.8.1", "description": "launch iOS apps into the iOS Simulator from the command line (Xcode 4)", "main": "ios-sim", "scripts": { - "install": "rake install" + "preinstall": "rake build" }, + "bin" : "build/Release/ios-sim" , "repository": { "type": "git", "url": "https://github.com/phonegap/ios-sim"