We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991c0c4 commit 3311ff0Copy full SHA for 3311ff0
1 file changed
package.json
@@ -48,9 +48,8 @@
48
"debug": "npm run test -- --auto-watch --browsers Chrome --no-single-run",
49
"build": "webpack -p --bail",
50
"docs": "typedoc --out ./docs/ ./src/ --excludePrivate --excludeExternals --exclude \"**/*.spec.ts\"",
51
- "changelog": "echo changelog",
52
"prepublish": "npm run build",
53
- "version": "npm run docs && node ./generate_changelog.js && git add docs CHANGELOG.md",
+ "version": "npm run docs && node ./generate-changelog.js && git add docs CHANGELOG.md",
54
"start": "http-server -a localhost -p 8000 -o --cors -c-1"
55
},
56
"repository": {
0 commit comments