Skip to content

Commit

Permalink
add tslib in to root
Browse files Browse the repository at this point in the history
  • Loading branch information
stkevintan committed Jan 13, 2024
1 parent b825d96 commit 92135ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 64 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@vitest/ui": "~0.34.7",
"nx": "17.2.8",
"prettier": "^2.8.8",
"tslib": "^2.6.2",
"tsx": "^4.7.0",
"typescript": "~5.2.2",
"vite": "^5.0.11",
Expand Down
6 changes: 4 additions & 2 deletions packages/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
"version": "0.0.1",
"dependencies": {
"@swc/helpers": "~0.5.2",
"@wcferry/core": "*",
"commander": "^11.1.0",
"debug": "^4.3.4",
"ws": "^8.16.0"
},
"peerDependencies": {
"@wcferry/core": "*"
},
"bin": {
"wcfwebsocket": "./src/cmd.js"
},
Expand All @@ -27,4 +29,4 @@
"devDependencies": {
"@types/ws": "^8.5.10"
}
}
}
65 changes: 3 additions & 62 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 92135ea

Please sign in to comment.