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)", "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,8 +17,9 @@
"jshint": "2.5.8" "jshint": "2.5.8"
}, },
"scripts": { "scripts": {
"test": "npm run jshint", "preinstall": "./src/check_reqs.js && xcodebuild",
"jshint": "node node_modules/jshint/bin/jshint src" "test": "npm run jshint",
"jshint": "node node_modules/jshint/bin/jshint src"
}, },
"keywords": [ "keywords": [
"ios-deploy", "ios-deploy",