Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Release? #22

Closed
cody-dot-js opened this issue Jan 8, 2019 · 4 comments
Closed

New Release? #22

cody-dot-js opened this issue Jan 8, 2019 · 4 comments

Comments

@cody-dot-js
Copy link

Can you deploy a new release to npm?

Would love to be able to use the result of #18

@joetidee
Copy link
Owner

joetidee commented Jan 8, 2019

Npm already has 2.0.3 published - is this not correct?

@cody-dot-js
Copy link
Author

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
Copy link
Author

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

image

which is what it looked like before #18:

let messages = {};

after #18:

const defaultMessages = new Proxy({}, { get: (target, property) => property });
let messages = defaultMessages;

@joetidee
Copy link
Owner

Just re-published to npm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants