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

Latest version is not published on npm yet. #113

Open
Shin-Ogata opened this issue Jul 27, 2020 · 6 comments
Open

Latest version is not published on npm yet. #113

Shin-Ogata opened this issue Jul 27, 2020 · 6 comments
Assignees

Comments

@Shin-Ogata
Copy link

Thank you for your great job.
It seems that the latest v1.2.4 module (fixed #111) is not published on npm yet.

Could you publish the latest version to npmand release on GitHub ?

@Shin-Ogata Shin-Ogata changed the title Latest version is not published on npm yet. Latest version is not published on npm yet. Jul 27, 2020
@Shin-Ogata
Copy link
Author

How is it coming along?

@jbrizio
Copy link

jbrizio commented Jan 15, 2021

Hi @the-simian, when you estimate to publish the latest version 1.2.4 on npm? Thanks in advance.

@Nantris
Copy link

Nantris commented Jun 1, 2021

You can install the latest version like this in your package.json:

  "es6-plato": "git+https://github.com/the-simian/es6-plato.git",

@the-simian
Copy link
Owner

thanks @slapbox yep I need to publish this, but you can point to github in the short term

@the-simian
Copy link
Owner

also just a heads up on that globby issue referenced, if I recall that might make it behave differently on windows. I had to deal with that regression on another project of mine, create-phaser-app, so you can't just pull it in I need to make some code changes in the globs.

like I had to change my globs in there to look like this:

const LEVELS_INPUT_PATH = path.posix  
 .resolve(__dirname, `../../src/assets/levels/${RAW_FOLDER}/**/*.json`) 
 .replace(/\\/g, '/');

the .replace was the important part and also using posix, too.
Not a huge deal since I know how to fix it but wanted to explain why that wasn't in yet.

@the-simian the-simian self-assigned this Jun 1, 2021
@1000i100
Copy link

One year later, still not published ?

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

5 participants