Skip to content

Commit

Permalink
remove hardcoded npm run test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Feb 18, 2018
1 parent cc79290 commit 50c466c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Expand Up @@ -72,10 +72,6 @@
"show-rules-disabled": "eslint-index eslintrc.json --status omitted off",
"show-summary": "eslint-index eslintrc.json --format table",
"test": "./bin/cmd.js --verbose && tape test/*.js",
"test-disabled": "npm test -- --disabled",
"test-offline": "npm test -- --offline",
"test-offline-quick": "npm test -- --offline --quick",
"test-quick": "npm test -- --quick",
"update-authors": "./bin/update-authors.sh"
}
}

0 comments on commit 50c466c

Please sign in to comment.