Skip to content

Commit

Permalink
Merge pull request #3 from jantimon/package-json-cleanup
Browse files Browse the repository at this point in the history
Let npm resolve those binaries
  • Loading branch information
Regaddi committed Apr 21, 2016
2 parents 24080b9 + 28e83da commit e3cd4eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@
"release-major": "npm run release -- major",
"release-minor": "npm run release -- minor",
"release-patch": "npm run release -- patch",
"test": "./node_modules/semistandard/bin/cmd.js && ./node_modules/mocha/bin/mocha",
"test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec"
"pretest": "semistandard",
"test": "mocha",
"test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down

0 comments on commit e3cd4eb

Please sign in to comment.