carlitoplatanito / gulp-nunjucks-render

[Gulp](https://github.com/wearefractal/gulp) plugin to render [Nunjucks](http://mozilla.github.io/nunjucks/) templates
149 stars 33 forks source link

missing index.js in npm package of v2.1.0 #61

Closed changke closed 7 years ago

changke commented 7 years ago

Hi,

after an update to v2.1.0 there is no more "index.js", so require() is broken.

Please fix, thanks! :-)

apranovich commented 7 years ago

+1

rzhosan1 commented 7 years ago

+1

daphnesmit commented 7 years ago

+1

JeroenReumkens commented 7 years ago

+1

1337LutZ commented 7 years ago

+1

rzhosan1 commented 7 years ago

As a quick solution you can replace

"gulp-nunjucks-render": "https://github.com/carlosl/gulp-nunjucks-render"

in package.json

revelt commented 7 years ago

That's a good case example why np should be used instead of git push + npm publish combo

kristijanhusak commented 7 years ago

Hey guys, my bad. I published 2.2.0. Please test it out and see if everything is ok.

rzhosan1 commented 7 years ago

@kristijanhusak No, 2.2.0 doesn't work for me

revelt commented 7 years ago

no luck, 2.2.0 has no index.js when installed under npm i -D:

dev_install

revelt commented 7 years ago

related to #62

kristijanhusak commented 7 years ago

Move conversation to #62 .