mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(workspace): convert pnpm workspace protocol to npm workspace syntax
Replace 'workspace:*' with '*' in all package.json dependencies to fix npm workspace compatibility. This resolves EUNSUPPORTEDPROTOCOL errors when running npm install. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@vjs-10/html-icons": "workspace:*",
|
||||
"@vjs-10/html-media-elements": "workspace:*",
|
||||
"@vjs-10/html-media-store": "workspace:*"
|
||||
"@vjs-10/html-icons": "*",
|
||||
"@vjs-10/html-media-elements": "*",
|
||||
"@vjs-10/html-media-store": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.3.0"
|
||||
|
||||
Reference in New Issue
Block a user