mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 21:33:35 -05:00
Fix Package.json (#12)
This commit is contained in:
parent
f0aed6c3e2
commit
81175b4f69
1 changed files with 2 additions and 7 deletions
|
@ -12,12 +12,7 @@
|
||||||
"url": "git+https://github.com/Equicord/Equicord.git"
|
"url": "git+https://github.com/Equicord/Equicord.git"
|
||||||
},
|
},
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"author": "Vendicated",
|
"author": "Equicord",
|
||||||
"contributors": [
|
|
||||||
"Equicord",
|
|
||||||
"Thororen1234",
|
|
||||||
"Yeetov"
|
|
||||||
],
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node --require=./scripts/suppressExperimentalWarnings.js scripts/build/build.mjs",
|
"build": "node --require=./scripts/suppressExperimentalWarnings.js scripts/build/build.mjs",
|
||||||
"buildStandalone": "pnpm build --standalone",
|
"buildStandalone": "pnpm build --standalone",
|
||||||
|
|
Loading…
Reference in a new issue