Skip to content

Commit

Permalink
build(deps): fix wrong dev dep for rest-crud
Browse files Browse the repository at this point in the history
  • Loading branch information
Char2sGu committed Aug 2, 2022
1 parent b80048a commit 292b3fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
21 changes: 2 additions & 19 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/rest-crud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@deepkit-rest/common": "file:../common",
"@deepkit-rest/http-extension": "file:../http-extension",
"@deepkit-rest/rest-core": "file:../http-extension"
"@deepkit-rest/rest-core": "file:../rest-core"
},
"peerDependencies": {
"@deepkit/app": "*",
Expand Down

0 comments on commit 292b3fb

Please sign in to comment.