mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
CHORE: Updated package and readme urls to new repo position. Fixes #269
This commit is contained in:
parent
befa0613fc
commit
2936d09fa5
@ -1,6 +1,6 @@
|
||||
# generator-react-webpack V2.0
|
||||
# generator-react-webpack
|
||||
|
||||
[](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://gitter.im/newtriks/generator-react-webpack?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://travis-ci.org/react-webpack-generators/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.
|
||||
|
||||
@ -15,7 +15,7 @@ Out of the box it comes with support for:
|
||||
- Automatic code linting via esLint
|
||||
- Ability to unit test components via Karma and Mocha/Chai
|
||||
|
||||
## Changes in Version 2.0
|
||||
## Changes since version 2.0
|
||||
This generator is written in ES2015. This means it is ___not compatible with node.js versions before 4.0___.
|
||||
|
||||
It also does __NOT__ include support for Flux-Frameworks anymore. Instead, we will use it as a base for other generators to build upon. This will make the base generator easier to use and update.
|
||||
@ -132,5 +132,4 @@ Contributions are welcomed. When submitting a bugfix, write a test that exposes
|
||||
`npm test` or `node node_modules/.bin/mocha`
|
||||
|
||||
## License
|
||||
|
||||
[BSD license](http://opensource.org/licenses/bsd-license.php)
|
||||
[MIT license](http://opensource.org/licenses/mit-license.php)
|
||||
|
||||
10
package.json
10
package.json
@ -14,8 +14,8 @@
|
||||
"front-end",
|
||||
"app"
|
||||
],
|
||||
"homepage": "https://github.com/newtriks/generator-react-webpack",
|
||||
"bugs": "https://github.com/newtriks/generator-react-webpack/issues",
|
||||
"homepage": "https://github.com/react-webpack-generators/generator-react-webpack#readme",
|
||||
"bugs": "https://github.com/react-webpack-generators/generator-react-webpack/issues",
|
||||
"author": {
|
||||
"name": "Simon Bailey",
|
||||
"email": "simon@newtriks.com",
|
||||
@ -36,7 +36,7 @@
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/newtriks/generator-react-webpack.git"
|
||||
"url": "https://github.com/react-webpack-generators/generator-react-webpack.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha",
|
||||
@ -51,12 +51,12 @@
|
||||
"esprima-walk": "^0.1.0",
|
||||
"react-webpack-template": "^2.0.1-0",
|
||||
"underscore.string": "^3.2.2",
|
||||
"yeoman-generator": "^0.23.0",
|
||||
"yeoman-generator": "^0.24.0",
|
||||
"yeoman-welcome": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^3.2.0",
|
||||
"mocha": "^2.3.2",
|
||||
"mocha": "^3.0.0",
|
||||
"yeoman-assert": "^2.1.1",
|
||||
"yeoman-test": "^1.0.0"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user