es6-plato icon indicating copy to clipboard operation
es6-plato copied to clipboard

Latest version is not published on npm yet.

Open Shin-Ogata opened this issue 5 years ago • 6 comments

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 avatar Jul 27 '20 05:07 Shin-Ogata

How is it coming along?

Shin-Ogata avatar Aug 25 '20 05:08 Shin-Ogata

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

jbrizio avatar Jan 15 '21 13:01 jbrizio

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

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

Nantris avatar Jun 01 '21 20:06 Nantris

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

the-simian avatar Jun 01 '21 23:06 the-simian

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 avatar Jun 01 '21 23:06 the-simian

One year later, still not published ?

1000i100 avatar Nov 23 '22 00:11 1000i100