Skip to content

Commit 2473e7b

Browse files
committed
Added npm uninstall
1 parent 34d0811 commit 2473e7b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "ios-sim",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "launch iOS apps into the iOS Simulator from the command line (Xcode 4)",
55
"main": "ios-sim",
66
"scripts": {
7-
"install": "rake install"
7+
"preinstall": "rake build"
88
},
9+
"bin" : "build/Release/ios-sim" ,
910
"repository": {
1011
"type": "git",
1112
"url": "https://github.com/phonegap/ios-sim"

0 commit comments

Comments
 (0)