Skip to content

Commit 3311ff0

Browse files
committed
fix: typo in package.json
1 parent 991c0c4 commit 3311ff0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@
4848
"debug": "npm run test -- --auto-watch --browsers Chrome --no-single-run",
4949
"build": "webpack -p --bail",
5050
"docs": "typedoc --out ./docs/ ./src/ --excludePrivate --excludeExternals --exclude \"**/*.spec.ts\"",
51-
"changelog": "echo changelog",
5251
"prepublish": "npm run build",
53-
"version": "npm run docs && node ./generate_changelog.js && git add docs CHANGELOG.md",
52+
"version": "npm run docs && node ./generate-changelog.js && git add docs CHANGELOG.md",
5453
"start": "http-server -a localhost -p 8000 -o --cors -c-1"
5554
},
5655
"repository": {

0 commit comments

Comments
 (0)