diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-23 16:03:50 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-23 16:03:50 +0200 |
commit | c398c1512e86bccda737fef188e97956b50cdfb5 (patch) | |
tree | 170778232ba79da4cdda1b6e6af0c3c07a57a0cc /cdn/package.json | |
parent | :sparkles: example value in documentation (diff) | |
download | server-c398c1512e86bccda737fef188e97956b50cdfb5.tar.xz |
:bug: fix (pre) install scripts
Diffstat (limited to 'cdn/package.json')
-rw-r--r-- | cdn/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cdn/package.json b/cdn/package.json index 9d4fa942..bb4603be 100644 --- a/cdn/package.json +++ b/cdn/package.json @@ -1,26 +1,26 @@ { "name": "@fosscord/cdn", "version": "1.0.0", - "description": "cdn for discord clone", + "description": "cdn for fosscord", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { - "prepare": "ts-patch install -s", + "postinstall": "ts-patch install -s", "test": "npm run build && jest --coverage ./tests", "build": "npx tsc -b .", "start": "npm run build && node dist/start.js" }, "repository": { "type": "git", - "url": "git+https://github.com/discord-open-source/discord-cdn.git" + "url": "git+https://github.com/fosscord/fosscord-server.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/discord-open-source/discord-cdn/issues" + "url": "https://github.com/fosscord/fosscord-server/issues" }, - "homepage": "https://github.com/discord-open-source/discord-cdn#readme", + "homepage": "https://github.com/fosscord/fosscord-server#readme", "devDependencies": { "@types/amqplib": "^0.8.1", "@types/body-parser": "^1.19.0", |