Skip to content

Commit a915d2b

Browse files
committed
Remove lerna changelog
1 parent faaab3b commit a915d2b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

package.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"lib"
3838
],
3939
"scripts": {
40-
"changelog": "lerna-changelog",
4140
"lint": "npm-run-all --continue-on-error --aggregate-output --parallel \"lint:!(fix)\"",
4241
"lint:docs": "markdownlint \"**/*.md\"",
4342
"lint:docs:fix": "pnpm lint:docs --fix",
@@ -124,15 +123,5 @@
124123
},
125124
"publishConfig": {
126125
"registry": "https://registry.npmjs.org"
127-
},
128-
"changelog": {
129-
"repo": "ember-cli/eslint-plugin-ember",
130-
"labels": {
131-
"breaking": ":boom: Breaking Change",
132-
"enhancement": ":rocket: Enhancement",
133-
"bug": ":bug: Bug Fix",
134-
"documentation": ":memo: Documentation",
135-
"internal": ":house: Internal"
136-
}
137126
}
138127
}

0 commit comments

Comments
 (0)