mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
Added utils to files array, removed unneeded parts of readme
This commit is contained in:
parent
3e339da2a2
commit
ddf8ee9207
@ -1,8 +1,6 @@
|
||||
# generator-react-webpack V2.0
|
||||
|
||||
[](https://gitter.im/newtriks/generator-react-webpack?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
[](https://travis-ci.org/newtriks/generator-react-webpack) [](https://bitdeli.com/free "Bitdeli Badge")    
|
||||
[](https://gitter.im/newtriks/generator-react-webpack?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://travis-ci.org/newtriks/generator-react-webpack)    
|
||||
|
||||
> Yeoman generator for [ReactJS](http://facebook.github.io/react/) - lets you quickly set up a project including karma test runner and [Webpack](http://webpack.github.io/) module system.
|
||||
|
||||
|
||||
@ -31,7 +31,8 @@
|
||||
"main": "generators/app/index.js",
|
||||
"files": [
|
||||
"generators/app",
|
||||
"generators/component"
|
||||
"generators/component",
|
||||
"utils"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user