Merge branch 'dev' of github.com:soyjavi/react-toolbox into dev

* 'dev' of github.com:soyjavi/react-toolbox:
  Move `react-style-proptype` to non-dev deps (#1190)
old
Javi Velasco 2017-01-31 09:54:38 +01:00
commit d5543cce28
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,8 @@
"gulp-rimraf": "^0.2.1",
"ramda": "^0.23.0",
"react-addons-css-transition-group": "^15.4.2",
"react-css-themr": "^1.7.2"
"react-css-themr": "^1.7.2",
"react-style-proptype": "^2.0.0"
},
"devDependencies": {
"babel-cli": "^6.22.2",
@ -91,7 +92,6 @@
"react": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"react-style-proptype": "^2.0.0",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.3.2",