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

Commit f45b6b6

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
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)