Remove version and release npm hooks

This commit is contained in:
James Forbes 2022-03-12 19:38:34 +11:00 committed by Stephan Hoyer
parent 0d9051de96
commit 0ce6e4eae6

View file

@ -25,9 +25,7 @@
"pretest": "npm run lint",
"test": "run-s test:js",
"test:js": "ospec",
"cover": "istanbul cover --print both ospec/bin/ospec",
"release": "npm version -m 'v%s'",
"version": "npm run build && git add mithril.js mithril.min.js stream.js stream.min.js README.md"
"cover": "istanbul cover --print both ospec/bin/ospec"
},
"devDependencies": {
"@alrra/travis-scripts": "^3.0.1",