Hi,
I noticed that some code that is present in the repository in git commit tagged as 1.11.9 is not present in the npmjs package that as a library user I install in my node_modules.
Take a look for example this commit:
fefdcd4
If package is installed locally with npm i -S dayjs@1.11.9, the code in node_modules/dayjs/plugin/utc.js does not include the changes from the commit.
Hi,
I noticed that some code that is present in the repository in git commit tagged as 1.11.9 is not present in the npmjs package that as a library user I install in my node_modules.
Take a look for example this commit:
fefdcd4
If package is installed locally with
npm i -S dayjs@1.11.9, the code innode_modules/dayjs/plugin/utc.jsdoes not include the changes from the commit.