Skip to content

Commit

Permalink
Typo: had two "scripts" sections in package.son
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Oct 13, 2015
1 parent fccfde8 commit 3ee31bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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",
Expand Down

0 comments on commit 3ee31bc

Please sign in to comment.