Skip to content

Commit

Permalink
build: set effect and fp-ts as peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Smart committed Dec 5, 2022
1 parent cc49139 commit 06514de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,18 @@
"@tim-smart/discord-api-docs-parser": "^0.4.1",
"@types/ws": "^8.5.3",
"lerna": "^4.0.0",
"typescript": "https://cdn.jsdelivr.net/npm/@tsplus/installer/compiler/typescript.tgz"
"typescript": "https://cdn.jsdelivr.net/npm/@tsplus/installer/compiler/typescript.tgz",
"@effect/io": "^0.0.29",
"@fp-ts/data": "^0.0.19"
},
"dependencies": {
"@effect/io": "^0.0.29",
"@fp-ts/data": "^0.0.19",
"callbag-effect-ts": "1.0.0-alpha.17",
"isomorphic-ws": "^5.0.0"
},
"peerDependencies": {
"@effect/io": "*",
"@fp-ts/data": "*"
},
"optionalDependencies": {
"bufferutil": "^4.0.7",
"tweetnacl": "^1.0.3",
Expand Down
8 changes: 2 additions & 6 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 06514de

Please sign in to comment.