Skip to content

Commit

Permalink
Switch to peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Feb 6, 2024
1 parent 9b82fd6 commit d0d8b80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"name": "awilix-manager",
"description": "Wrapper over awilix to support more complex use-cases, such as async init and eager injection",
"version": "5.0.0",
"dependencies": {
"awilix": "^10.0.1"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -16,6 +13,9 @@
"lint:fix": "biome check --apply index.ts lib test biome.json",
"prepublishOnly": "npm run build:release"
},
"peerDependencies": {
"awilix": ">9"
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@types/node": "^20.11.16",
Expand Down

0 comments on commit d0d8b80

Please sign in to comment.