mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -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"
|
||||
},
|
||||
"license": "GPL-3.0-or-later",
|
||||
"author": "Vendicated",
|
||||
"contributors": [
|
||||
"Equicord",
|
||||
"Thororen1234",
|
||||
"Yeetov"
|
||||
],
|
||||
"author": "Equicord",
|
||||
"scripts": {
|
||||
"build": "node --require=./scripts/suppressExperimentalWarnings.js scripts/build/build.mjs",
|
||||
"buildStandalone": "pnpm build --standalone",
|
||||
|
@ -119,4 +114,4 @@
|
|||
"node": ">=18",
|
||||
"pnpm": ">=9"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue