-
Notifications
You must be signed in to change notification settings - Fork 42
Adding the missing package descriptions. #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -70,6 +70,8 @@ | |||||
| "prettier": "^3.6.2", | ||||||
| "typescript": "^5.9.3", | ||||||
| "vite": "^4.5.0", | ||||||
| "vite-plugin-dts": "^4.5.4" | ||||||
| "vite-plugin-dts": "^4.5.4", | ||||||
| "@lydell/node-pty": "^1.1.0", | ||||||
|
||||||
| "ws": "^8.18.3" | ||||||
|
||||||
| "ws": "^8.18.3" | |
| "ws": "^8.18.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These packages should be added to
dependenciesrather thandevDependencies. Thedemoanddemo:devscripts (lines 47-48) rundemo/bin/demo.jswhich imports these packages, so they need to be available in production environments, not just during development.