We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccfde8 commit 3ee31bcCopy full SHA for 3ee31bc
package.json
@@ -7,7 +7,6 @@
7
"description": "launch iOS apps iOS devices from the command line (Xcode 7)",
8
"main": "ios-deploy",
9
"scripts": {
10
- "preinstall": "./src/check_reqs.js && xcodebuild"
11
},
12
"bin": "./build/Release/ios-deploy",
13
"repository": {
@@ -18,8 +17,9 @@
18
17
"jshint": "2.5.8"
19
20
21
- "test": "npm run jshint",
22
- "jshint": "node node_modules/jshint/bin/jshint src"
+ "preinstall": "./src/check_reqs.js && xcodebuild",
+ "test": "npm run jshint",
+ "jshint": "node node_modules/jshint/bin/jshint src"
23
24
"keywords": [
25
"ios-deploy",
0 commit comments