chore: fix-generate-sponsor (#2177)

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
This commit is contained in:
Misite Bao 2022-12-04 10:58:08 +08:00 committed by GitHub
commit 6d6e74e7f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1834 additions and 1 deletions

View file

@ -1,3 +1,4 @@
#!/usr/bin/env bash
npx sponsorkit@0.6.1 -o ../../website/static/img/
npm install
npx sponsorkit -o ../../website/static/img/

1817
scripts/sponsors/package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,15 @@
{
"name": "sponsors",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"sponsorkit": "^0.6.1"
}
}