mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-17 16:46:04 +00:00
Move winamp-eqf to devDependencies
Same issue as ani-cursor: bundled at build time via rollup, so consumers don't need it installed. The workspace:* protocol caused install failures for users outside the workspace. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
42314430d1
commit
622f945646
1 changed files with 1 additions and 1 deletions
|
|
@ -73,6 +73,7 @@
|
|||
"homepage": "https://github.com/captbaritone/webamp/",
|
||||
"devDependencies": {
|
||||
"ani-cursor": "workspace:*",
|
||||
"winamp-eqf": "workspace:*",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
||||
|
|
@ -154,6 +155,5 @@
|
|||
"reselect": "^3.0.1",
|
||||
"strtok3": "^10.3.1",
|
||||
"tinyqueue": "^1.2.3",
|
||||
"winamp-eqf": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue