Removing IOC, using redux approach

This commit is contained in:
James Barnsley
2016-10-03 20:05:44 +13:00
parent 12f07637ee
commit f436147e49
11 changed files with 140 additions and 119 deletions

View File

@ -1,5 +1,5 @@
{
"name": "test-reactor",
"name": "iris",
"version": "1.0.0",
"description": "",
"main": "app.js",
@ -27,7 +27,7 @@
"kioc": "1.0.4"
},
"scripts": {
"dev": "cp src/index.html production/index.html & NODE_ENV=development webpack",
"dev": "mkdir production & cp src/index.html production/index.html & NODE_ENV=development webpack",
"prod": "NODE_ENV=production webpack"
},
"author": "James Barnsley",