Typo: had two "scripts" sections in package.son

This commit is contained in:
Shazron Abdullah 2015-10-12 17:02:05 -07:00
parent fccfde865a
commit 3ee31bc677

View File

@ -7,7 +7,6 @@
"description": "launch iOS apps iOS devices from the command line (Xcode 7)",
"main": "ios-deploy",
"scripts": {
"preinstall": "./src/check_reqs.js && xcodebuild"
},
"bin": "./build/Release/ios-deploy",
"repository": {
@ -18,8 +17,9 @@
"jshint": "2.5.8"
},
"scripts": {
"test": "npm run jshint",
"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"
},
"keywords": [
"ios-deploy",