Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 4bc7019

Browse files
committed
chore: add dependency to conventional-changelog-cli
The package is used by the npm preversion script for generating changelog.
1 parent 2a12b24 commit 4bc7019

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"@ngtools/webpack": "~1.9.0",
8080
"@types/node": "^8.0.0",
8181
"source-map-support": "^0.5.0",
82-
"typescript": "^2.6.1"
82+
"typescript": "^2.6.1",
83+
"conventional-changelog-cli": "1.3.21"
8384
}
8485
}

0 commit comments

Comments
 (0)