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:
Jordan Eldredge 2026-06-07 10:55:19 -07:00
parent 42314430d1
commit 622f945646

View file

@ -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:*"
}
}