Preparing for release
This commit is contained in:
parent
22e6d37a26
commit
4c15e258e0
2 changed files with 6 additions and 5 deletions
|
|
@ -23,9 +23,8 @@
|
|||
"test": "node ospec/bin/ospec",
|
||||
"posttest": "npm run lint",
|
||||
"cover": "istanbul cover --print both ospec/bin/ospec",
|
||||
"release": "node scripts/release",
|
||||
"release:docs": "node scripts/update-docs",
|
||||
"version": "npm run build && git add index.js mithril.js mithril.min.js README.md"
|
||||
"release": "npm version -m 'v%s'",
|
||||
"version": "npm run build && git add mithril.js mithril.min.js README.md"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alrra/travis-scripts": "^3.0.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue