react-webpack-generators / generator-react-webpack

Yeoman generator for ReactJS and Webpack
http://newtriks.com/2013/12/31/automating-react-with-yeoman-and-grunt/
MIT License
2.88k stars 355 forks source link

npm install @beta doesn't include utils directory #245

Closed sthzg closed 8 years ago

sthzg commented 8 years ago
$ npm install generator-react-webpack@beta
$ tree node_modules/generator-react-webpack
node_modules/generator-react-webpack
├── CHANGELOG.md
├── LICENSE
├── generators
│   ├── ...
└── package.json

12 directories, 23 files

Looking at the package.json and browsing the npm docs regarding the files attribute my first guess would be that utils should be part of that list.

weblogixx commented 8 years ago

@sthzg,

thanks for the feedback, just updated the beta tag with a (hopefully) running version and files included :)