Skip to content

Commit

Permalink
move deasync to peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Jun 11, 2024
1 parent 9dfdc5b commit 96db42a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"@types/which": "^2.0.1",
"benchmark": "^2.1.4",
"chai": "^4.3.7",
"deasync": "^0.1.29",
"downlevel-dts": "^0.11.0",
"electron-mocha": "^11.0.2",
"eslint-config-atomic": "^1.18.1",
Expand All @@ -54,6 +53,14 @@
"typescript": "~4.9.3",
"which": "^3.0.0"
},
"peerDependencies": {
"deasync": "^0.1.30"
},
"peerDependenciesMeta": {
"deasync": {
"optional": true
}
},
"pnpm": {
"overrides": {
"typescript": "~4.9.3",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit 96db42a

Please sign in to comment.