8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad14407 commit 9c8cc83Copy full SHA for 9c8cc83
package.json
@@ -18,8 +18,9 @@
18
"test": "node ospec/bin/ospec",
19
"posttest": "npm run lint || true",
20
"cover": "istanbul cover --print both ospec/bin/ospec",
21
- "preversion": "npm run build && npm run test",
22
- "version": "npm run gendocs && git add mithril.js mithril.min.js",
+ "release": "npm version -m 'v%s'",
+ "preversion": "npm run test",
23
+ "version": "npm run build && git add mithril.js mithril.min.js",
24
"postversion": "git push --follow-tags"
25
},
26
"devDependencies": {
0 commit comments