Skip to content

Commit

Permalink
there is really no need to test which npm is being used
Browse files Browse the repository at this point in the history
  • Loading branch information
Pomax committed Aug 19, 2019
1 parent be9ba5c commit 5a67136
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"test:karma": "karma start test/karma.conf.js --single-run",
"test:nodom": "mocha test/no-dom-test.js",
"precommit": "npm test && lint-staged",
"prepublish": "test $(npm -v | tr . '\\n' | head -n 1) -ge '4' || exit 1",
"prepare": "npm run build",
"prerelease": "npm run test",
"release:patch": "npm run prerelease && npm version patch && npm publish && git push --follow-tags",
Expand Down

0 comments on commit 5a67136

Please sign in to comment.