mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-06-27 17:16:57 +08:00
Updated core-js, moved some dependencies to devDependencies, moved component runner to source root
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# react-webpack-template - Changelog
|
||||
|
||||
## 1.2.0:
|
||||
|
||||
1. Updated core-js to new 2.0 stable
|
||||
2. Moved lodash and react-addons-testutils to devDependencies (provided by [harunhasdal](https://github.com/harunhasdal))
|
||||
3. Moved run component from ```src/components/run.js``` to ```src/index.js``` (provided by [stylesuxx](https://github.com/stylesuxx))
|
||||
|
||||
## 1.1.0:
|
||||
|
||||
1. Added support for easier webpack include management (can now be set via cfg/base.js, see README.md)
|
||||
|
||||
+1
-1
@@ -75,7 +75,7 @@
|
||||
"webpack-dev-server": "^1.12.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"core-js": "^1.2.6",
|
||||
"core-js": "^2.0.0",
|
||||
"normalize.css": "^3.0.3",
|
||||
"react": "^0.14.0",
|
||||
"react-dom": "^0.14.0"
|
||||
|
||||
Reference in New Issue
Block a user