Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
fix: specify package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Jun 18, 2024
1 parent 87e6b83 commit 415d9e5
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
},
"dependencies": {
"@changesets/cli": "^2.27.3"
}
},
"packageManager": "[email protected]"
}
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@
"discord-api-types": "^0.37.85",
"drizzle-orm": "^0.30.10",
"tslib": "^2.6.2"
}
},
"packageManager": "[email protected]"
}
3 changes: 2 additions & 1 deletion packages/framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@
"discord-api-types": "^0.37.85",
"gen-esm-wrapper": "^1.1.3",
"tslib": "^2.6.2"
}
},
"packageManager": "[email protected]"
}
3 changes: 2 additions & 1 deletion packages/kanao-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@
"dependencies": {
"drizzle-orm": "^0.30.10",
"tslib": "^2.6.2"
}
},
"packageManager": "[email protected]"
}
3 changes: 2 additions & 1 deletion plugins/fastify-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "^3.16.2",
"fastify": "^4.27.0"
}
},
"packageManager": "[email protected]"
}
3 changes: 2 additions & 1 deletion services/kanao-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@
"drizzle-kit": "^0.21.4",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
}
},
"packageManager": "[email protected]"
}
3 changes: 2 additions & 1 deletion services/kanao-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
"ioredis": "^5.4.1",
"pino-loki": "^2.3.0",
"zlib-sync": "^0.1.9"
}
},
"packageManager": "[email protected]"
}

0 comments on commit 415d9e5

Please sign in to comment.