Skip to content

Commit

Permalink
chore: fixed npmignore & changed conventional-changelog presets
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonoh committed Oct 15, 2019
1 parent 37eb732 commit c03b207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ commitlint.config.js
docs/preview.svg
coverage
jest.config.js
*.spec.ts
*.spec.js
test/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"prepublishOnly": "yarn build:ec2-types && yarn build",
"build:ec2-types": "ts-node -T util/generate-ec2-types.ts",
"build": "tsc",
"changelog": "conventional-changelog -i CHANGELOG.md -s"
"changelog": "conventional-changelog -i CHANGELOG.md -s -p angular"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit c03b207

Please sign in to comment.