Skip to content

Commit

Permalink
fix: typo in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
citizensas committed Mar 31, 2017
1 parent 991c0c4 commit 3311ff0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@
"debug": "npm run test -- --auto-watch --browsers Chrome --no-single-run",
"build": "webpack -p --bail",
"docs": "typedoc --out ./docs/ ./src/ --excludePrivate --excludeExternals --exclude \"**/*.spec.ts\"",
"changelog": "echo changelog",
"prepublish": "npm run build",
"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",
"start": "http-server -a localhost -p 8000 -o --cors -c-1"
},
"repository": {
Expand Down

0 comments on commit 3311ff0

Please sign in to comment.