Skip to content

Commit 3ee31bc

Browse files
committed
Typo: had two "scripts" sections in package.son
1 parent fccfde8 commit 3ee31bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"description": "launch iOS apps iOS devices from the command line (Xcode 7)",
88
"main": "ios-deploy",
99
"scripts": {
10-
"preinstall": "./src/check_reqs.js && xcodebuild"
1110
},
1211
"bin": "./build/Release/ios-deploy",
1312
"repository": {
@@ -18,8 +17,9 @@
1817
"jshint": "2.5.8"
1918
},
2019
"scripts": {
21-
"test": "npm run jshint",
22-
"jshint": "node node_modules/jshint/bin/jshint src"
20+
"preinstall": "./src/check_reqs.js && xcodebuild",
21+
"test": "npm run jshint",
22+
"jshint": "node node_modules/jshint/bin/jshint src"
2323
},
2424
"keywords": [
2525
"ios-deploy",

0 commit comments

Comments
 (0)