Skip to content

Commit

Permalink
fix: set ebec as dependency instead of peer-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Aug 28, 2023
1 parent df5eb55 commit 08429f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"ts-node": "^10.4.0",
"yargs": "^17.7.2"
},
"peerDependencies": {
"ebec": "^1.0.0"
"dependencies": {
"ebec": "^1.1.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 08429f5

Please sign in to comment.