mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-17 16:46:04 +00:00
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:
parent
3a898b46d7
commit
9fcc48bd8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue