MorevM / vue-transitions

Interface transitions library for Vue 2/3
https://morevm.github.io/vue-transitions/
MIT License
198 stars 5 forks source link

Duplicate postinstall key in package.json #265

Closed pisandelli closed 2 weeks ago

pisandelli commented 2 months ago

Actual behavior

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

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


    "scripts": {
        "postinstall": "node ./scripts/postinstall.js",
        "postinstall": "node ./scripts/postinstall.js",
        ...
        }
MorevM commented 2 weeks ago

Good day @pisandelli,

Thank you for noticing, sorry for the really delayed reaction. This is fixed in just released v3.0.3. :)