Fix Package.json (#12)

This commit is contained in:
thororen 2024-07-17 13:04:40 -04:00 committed by GitHub
parent f0aed6c3e2
commit 81175b4f69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}
}
}