Skip to content

Commit d04a737

Browse files
committed
chore: unneccesary deps and meta data on package.json
1 parent ce351b8 commit d04a737

File tree

2 files changed

+0
-493
lines changed

2 files changed

+0
-493
lines changed

package.json

-15
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@
102102
"espree": "^9.6.1",
103103
"esquery": "^1.5.0",
104104
"json-schema": "^0.4.0",
105-
"lerna-changelog": "^2.2.0",
106105
"mocha": "^10.2.0",
107106
"monaco-editor": "^0.47.0",
108107
"nyc": "^15.1.0",
@@ -119,20 +118,6 @@
119118
"peerDependencies": {
120119
"eslint": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0-0"
121120
},
122-
"changelog": {
123-
"labels": {
124-
"Type: Feature": ":star: Features",
125-
"Type: Bug": ":bug: Bug Fixes",
126-
"Type: Security": ":lock: Security Fixes",
127-
"Type: Performance": ":chart_with_upwards_trend: Performance Fixes",
128-
"Type: Improvement": ":zap: Improvement Features",
129-
"Type: Breaking": ":boom: Breaking Change",
130-
"Type: Deprecated": ":warning: Deprecated Features",
131-
"Type: I18n": ":globe_with_meridians: Internationalization",
132-
"Type: A11y": ":wheelchair: Accessibility",
133-
"Type: Documentation": ":pencil: Documentation"
134-
}
135-
},
136121
"publishConfig": {
137122
"access": "public"
138123
}

0 commit comments

Comments
 (0)