Skip to content

Commit

Permalink
switch to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklvh committed Nov 29, 2024
1 parent 11d978c commit 9c89e7c
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 525 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dist
# Yarn files
.yarn/install-state.gz
.yarn/build-state.yml
pnpm-lock.yaml
package-lock.json
2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,11 @@
},
"author": "nicklvh",
"license": "GPL-3.0-or-later",
"eslintConfig": {
"extends": "@sapphire/eslint-config"
},
"dependencies": {
"@prisma/client": "^6.0.0",
"@sapphire/decorators": "^6.1.1",
"@sapphire/discord.js-utilities": "^7.3.1",
"@sapphire/fetch": "^3.0.5",
"@sapphire/framework": "^5.3.1",
"@sapphire/plugin-logger": "^4.0.2",
"@sapphire/time-utilities": "^1.7.14",
"@sapphire/utilities": "^3.18.1",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5"
Expand All @@ -34,6 +28,5 @@
"@types/node": "^22.10.1",
"prisma": "^6.0.0",
"typescript": "~5.4.5"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}
}
Loading

0 comments on commit 9c89e7c

Please sign in to comment.