marnusw / date-fns-tz

Complementary library for date-fns v2 adding IANA time zone support
MIT License
1.01k stars 112 forks source link

Correct import of date-fns@v3 format #271

Closed gugu closed 3 months ago

marnusw commented 3 months ago

@gugu why did you add the prepare script which is the same as the build script?

gugu commented 3 months ago

@marnusw usually it allows to install the module from github directly (without waiting for npm). But this time it did not work.

when I run npm install github:user/date-fns-tz#branch it checks out the repo and runs npm prepare to build a package

gugu commented 3 months ago

@marnusw fixed build as well

marnusw commented 3 months ago

Amazing @gugu, thank you. I have fixed a few more imports and published 3.0.0-beta.1.