chore(docs): switch to dynamic all-contributors badge

This commit is contained in:
Federico Grandi
2020-12-23 14:27:27 +01:00
parent 234011c0f7
commit dbf207a670
4 changed files with 1 additions and 57 deletions

View File

@@ -8,7 +8,6 @@
"watch": "ncc build src/main.ts --watch --out lib",
"lint": "eslint --ext .ts src",
"lint:fix": "eslint --ext .ts --fix src",
"all-contributors-badge": "ts-node scripts/all-contributors-badge",
"changelog": "ts-node scripts/changelog.ts && npm i",
"test": "echo \"Error: no test specified\" && exit 1"
},