Skip to content

Commit 2f08f09

Browse files
committed
chore: remove all-contributor script
1 parent 0660926 commit 2f08f09

File tree

3 files changed

+1
-377
lines changed

3 files changed

+1
-377
lines changed

.all-contributorsrc

-341
This file was deleted.

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
"ci": "run-s lint coverage build",
4646
"changelog": "generate-changelog",
4747
"prepublishOnly": "run-s lint test build",
48-
"analyze": "webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json",
49-
"contributors:add": "all-contributors add"
48+
"analyze": "webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json"
5049
},
5150
"husky": {
5251
"hooks": {
@@ -77,7 +76,6 @@
7776
"@types/jest": "^25.2.1",
7877
"@typescript-eslint/eslint-plugin": "^2.0.0",
7978
"@typescript-eslint/parser": "^2.0.0",
80-
"all-contributors-cli": "^6.20.0",
8179
"antd": "^4.8.4",
8280
"babel-loader": "^8.1.0",
8381
"chroma-js": "^2.1.2",

scripts/init-contributors.js

-33
This file was deleted.

0 commit comments

Comments
 (0)