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 <noreply@anthropic.com>
This commit is contained in:
Jordan Eldredge 2026-06-07 10:50:37 -07:00
parent 3a898b46d7
commit 9fcc48bd8d

View file

@ -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",