Closed pisandelli closed 2 weeks ago
When trying to install the package, BUN throws this warning:
warn: Duplicate key "postinstall" in object literal at esbuild/package.json/package.json:98:3
No warnings
bun install @morevm/vue-transitions
No response
delete one of these lines (97/98) in vue-transitions/package.json
vue-transitions/package.json
"scripts": { "postinstall": "node ./scripts/postinstall.js", "postinstall": "node ./scripts/postinstall.js", ... }
Good day @pisandelli,
Thank you for noticing, sorry for the really delayed reaction. This is fixed in just released v3.0.3. :)
Actual behavior
When trying to install the package, BUN throws this warning:
Expected behavior
No warnings
Steps to reproduce
bun install @morevm/vue-transitions
Environment
Additional context
No response
Possible solution
delete one of these lines (97/98) in
vue-transitions/package.json