This commit is contained in:
2018-09-08 18:03:45 -07:00
parent bebd51b047
commit a2bea32fb6
5 changed files with 25 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "strain-tools",
"version": "0.0.0",
"version": "1.0.0",
"description": "strain tools",
"main": "index",
"module": "index.mjs",
@@ -11,7 +11,8 @@
"prepush": "npm run lint",
"version": "auto-changelog -p && auto-authors && git add CHANGELOG.md AUTHORS.md",
"start": "node .",
"dev": "nodemon --ignore db.json ."
"dev": "nodemon --ignore db.json .",
"setversion": "npx oao reset-all-versions"
},
"repository": {
"type": "git",