joetidee / enzyme-react-intl

A complimentary wrapper function for use with Enzyme, when testing React components that rely on react-intl
MIT License
45 stars 15 forks source link

New Release? #22

Closed cody-dot-js closed 5 years ago

cody-dot-js commented 5 years ago

Can you deploy a new release to npm?

Would love to be able to use the result of https://github.com/joetidee/enzyme-react-intl/pull/18

joetidee commented 5 years ago

Npm already has 2.0.3 published - is this not correct?

cody-dot-js commented 5 years ago

The 2.0.3 tag here on Github may point to the latest master, image but according to the npm page, the artifact hasn't been released in 3 months: image

cody-dot-js commented 5 years ago

This is from using the "latest" 2.0.3 from npm, unminified:

image

which is what it looked like before #18: https://github.com/joetidee/enzyme-react-intl/blob/212bc9b459e738defe566411afb06d62a0947969/src/index.js#L6

after #18: https://github.com/joetidee/enzyme-react-intl/blob/542107351bcc51f41e10eabb69710b6c33b8a306/src/index.js#L6-L7

joetidee commented 5 years ago

Just re-published to npm.