1
0
mirror of synced 2025-11-08 12:57:47 +00:00

docs(version): correct documentation on 'version' package script

Fixes #85
This commit is contained in:
Jason Dreyzehner
2018-04-17 19:24:54 -04:00
parent 0f8cee42b9
commit 9445a0b120
3 changed files with 32 additions and 25 deletions

View File

@@ -64,7 +64,7 @@
"cov": "Rebuild, run tests, then create and open the coverage report",
"doc": "Generate HTML API documentation and open it in a browser",
"doc:json": "Generate API documentation in typedoc JSON format",
"changelog": "Bump package.json version, update CHANGELOG.md, tag release",
"version": "Bump package.json version, update CHANGELOG.md, tag release",
"reset": "Delete all untracked files and reset the repo to the last commit",
"prepare-release": "One-step: clean, build, test, publish docs, and prep a release"
},