From c03b207f4e32dba9acf2af8d71c7e096903d8fae Mon Sep 17 00:00:00 2001 From: hoonoh Date: Tue, 15 Oct 2019 15:36:10 +0900 Subject: [PATCH] chore: fixed npmignore & changed conventional-changelog presets --- .npmignore | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index 2f6064b8..56df5048 100644 --- a/.npmignore +++ b/.npmignore @@ -12,5 +12,5 @@ commitlint.config.js docs/preview.svg coverage jest.config.js -*.spec.ts +*.spec.js test/ diff --git a/package.json b/package.json index d78a2fb5..ccaa471a 100644 --- a/package.json +++ b/package.json @@ -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": {