Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphschuler committed Nov 20, 2023
1 parent 161ece1 commit 9882d3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/reactivity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"start": "tsx src/index.ts"
},
"dependencies": {
"tsx": "^4.1.4",
"@lib-lib/logger": "*"
"@lib-lib/logger": "*",
"tsx": "^4.1.4"
}
}
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@lib-lib/reactivity@workspace:packages/reactivity"
dependencies:
"@lib-lib/logger": "npm:*"
"@types/node": "npm:^20.7.1"
"@typescript-eslint/eslint-plugin": "npm:^6.7.3"
"@typescript-eslint/parser": "npm:^6.7.3"
Expand Down

0 comments on commit 9882d3e

Please sign in to comment.