From 9fcc48bd8d89e5466b326339f86374419e1f7971 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 7 Jun 2026 10:50:37 -0700 Subject: [PATCH] Move ani-cursor to devDependencies It's bundled at build time via rollup, so consumers don't need it at install time. Having it as a dependency with workspace:* caused install failures for users since the workspace protocol isn't resolved during npm publish. 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 c7126dd1..1fdcffc4 100644 --- a/packages/webamp/package.json +++ b/packages/webamp/package.json @@ -72,6 +72,7 @@ }, "homepage": "https://github.com/captbaritone/webamp/", "devDependencies": { + "ani-cursor": "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", @@ -135,7 +136,6 @@ "@redux-devtools/extension": "^3.3.0", "@sentry/browser": "5.9.1", "butterchurn": "3.0.0-beta.5", - "ani-cursor": "workspace:*", "butterchurn-presets": "3.0.0-beta.4", "classnames": "^2.2.5", "fscreen": "^1.0.2",