From 622f94564628abe6236b7f18f382820f63d9cc5e Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 7 Jun 2026 10:55:19 -0700 Subject: [PATCH] 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 --- packages/webamp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webamp/package.json b/packages/webamp/package.json index 1fdcffc4..0f251121 100644 --- a/packages/webamp/package.json +++ b/packages/webamp/package.json @@ -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:*" } }