Typo: had two "scripts" sections in package.son
This commit is contained in:
parent
fccfde865a
commit
3ee31bc677
@ -7,7 +7,6 @@
|
|||||||
"description": "launch iOS apps iOS devices from the command line (Xcode 7)",
|
"description": "launch iOS apps iOS devices from the command line (Xcode 7)",
|
||||||
"main": "ios-deploy",
|
"main": "ios-deploy",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "./src/check_reqs.js && xcodebuild"
|
|
||||||
},
|
},
|
||||||
"bin": "./build/Release/ios-deploy",
|
"bin": "./build/Release/ios-deploy",
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -18,6 +17,7 @@
|
|||||||
"jshint": "2.5.8"
|
"jshint": "2.5.8"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"preinstall": "./src/check_reqs.js && xcodebuild",
|
||||||
"test": "npm run jshint",
|
"test": "npm run jshint",
|
||||||
"jshint": "node node_modules/jshint/bin/jshint src"
|
"jshint": "node node_modules/jshint/bin/jshint src"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user