changed structure - now no longer using flux-react but flux and react separately

This commit is contained in:
Senad Uka
2014-12-21 09:05:40 +01:00
parent 8106a0f375
commit 7a7b14fba3
15 changed files with 91 additions and 84 deletions

View File

@@ -26,7 +26,9 @@
"gulp-connect": "~2.2.0"
},
"dependencies": {
"flux-react": "^2.6.0",
"flux": "^2.0.0",
"keymirror": "~0.1.0",
"object-assign": "^1.0.0",
"react": "^0.12.0"
}
}