From 0ce6e4eae6e01fc14cd5ddfa5efd28f57f86798a Mon Sep 17 00:00:00 2001 From: James Forbes Date: Sat, 12 Mar 2022 19:38:34 +1100 Subject: [PATCH] Remove version and release npm hooks --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 6be3cc21..54a40104 100644 --- a/package.json +++ b/package.json @@ -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",