Skip to content

Commit 0e37917

Browse files
committed
Update changelog plugin and specify npm registry
1 parent 70006b2 commit 0e37917

File tree

2 files changed

+120
-195
lines changed

2 files changed

+120
-195
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,17 @@
3838
"mocha": "^8.2.1",
3939
"multiline": "^2.0.0",
4040
"release-it": "14.2.1",
41-
"release-it-lerna-changelog": "^2.3.0"
41+
"release-it-lerna-changelog": "^3.1.0"
4242
},
4343
"engines": {
4444
"node": ">= 10.*"
4545
},
4646
"ember-addon": {
4747
"before": "ember-cli-deploy-redis"
4848
},
49+
"publishConfig": {
50+
"registry": "https://registry.npmjs.org/"
51+
},
4952
"release-it": {
5053
"plugins": {
5154
"release-it-lerna-changelog": {

0 commit comments

Comments
 (0)