mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
chore: fix-generate-sponsor (#2177)
Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
This commit is contained in:
parent
51b3488eac
commit
6d6e74e7f0
3 changed files with 1834 additions and 1 deletions
|
|
@ -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
1817
scripts/sponsors/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
15
scripts/sponsors/package.json
Normal file
15
scripts/sponsors/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue