Skip to content
This repository was archived by the owner on May 22, 2022. It is now read-only.

Commit 384f46f

Browse files
committed
chore: move @sapphire/pieces to peer and dev depenencies
1 parent 1aad48e commit 384f46f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
},
3434
"packageManager": "[email protected]",
3535
"dependencies": {
36-
"@sapphire/decorators": "4.3.1",
37-
"@sapphire/pieces": "3.2.0"
36+
"@sapphire/decorators": "4.3.1"
3837
},
3938
"devDependencies": {
4039
"@bitomic/eslint-config": "^1.0.0",
4140
"@commitlint/cli": "^16.2.1",
4241
"@commitlint/config-conventional": "^16.2.1",
4342
"@sapphire/framework": "^2.4.1",
43+
"@sapphire/pieces": "3.2.0",
4444
"@types/node": "^16.11.26",
4545
"@typescript-eslint/eslint-plugin": "^5.13.0",
4646
"@typescript-eslint/parser": "^5.13.0",
@@ -54,6 +54,7 @@
5454
},
5555
"peerDependencies": {
5656
"@sapphire/framework": "*",
57+
"@sapphire/pieces": "*",
5758
"discord.js": "*"
5859
}
5960
}

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ __metadata:
6161
typescript: ^4.6.2
6262
peerDependencies:
6363
"@sapphire/framework": "*"
64+
"@sapphire/pieces": "*"
6465
discord.js: "*"
6566
languageName: unknown
6667
linkType: soft

0 commit comments

Comments
 (0)