Skip to content

Commit

Permalink
🛠️ [Beeftools] Switch to a peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Apr 29, 2024
1 parent 1e0121a commit 8c14eb2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
12 changes: 7 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,11 @@
"release:version": "changeset version",
"release:publish": "changeset publish"
},
"dependencies": {
"beeftools": "^0.0.5"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@vitest/coverage-v8": "^1.5.2",
"@vitest/ui": "^1.5.2",
"beeftools": "^0.0.5",
"eslint-config-love": "^47.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -73,5 +71,8 @@
"vite": "^5.2.10",
"vite-plugin-dts": "^3.9.0",
"vitest": "^1.5.2"
},
"peerDependencies": {
"beeftools": "^0.0.5"
}
}

0 comments on commit 8c14eb2

Please sign in to comment.