Commit 51810c2c043cfbd633ffc98561617aeb08ed4c02
added serve-static and updated some redux modules
Don Smith committed on 12/27/2015, 9:32:25 PMParent: d919223e3b98365a8cafe8765b9c43b8f0e4eb2e
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -49,11 +49,11 @@ | ||
49 | 49 | "devDependencies": { |
50 | 50 | "cuke-tap": "^1.0.2", |
51 | 51 | "jsdom": "^7.1.0", |
52 | 52 | "node-dev": "^2.7.1", |
53 | - "redux-devtools": "^3.0.0-beta-3", | |
54 | - "redux-devtools-dock-monitor": "^1.0.0-beta-3", | |
55 | - "redux-devtools-log-monitor": "^1.0.0-beta-3", | |
53 | + "redux-devtools": "^3.0.0", | |
54 | + "redux-devtools-dock-monitor": "^1.0.1", | |
55 | + "redux-devtools-log-monitor": "^1.0.1", | |
56 | 56 | "redux-logger": "^2.0.4", |
57 | 57 | "tape": "^4.2.2", |
58 | 58 | "watchify": "^3.6.1" |
59 | 59 | }, |
@@ -78,13 +78,14 @@ | ||
78 | 78 | "pinkie-promise": "^2.0.0", |
79 | 79 | "ramda": "^0.18.0", |
80 | 80 | "react": "^0.14.3", |
81 | 81 | "react-dom": "^0.14.3", |
82 | - "react-redux": "^4.0.0", | |
82 | + "react-redux": "^4.0.1", | |
83 | 83 | "react-router": "^1.0.0", |
84 | - "redux": "^3.0.4", | |
84 | + "redux": "^3.0.5", | |
85 | 85 | "redux-simple-router": "0.0.10", |
86 | 86 | "redux-thunk": "^1.0.0", |
87 | + "serve-static": "^1.10.0", | |
87 | 88 | "sheetify": "^3.1.0", |
88 | 89 | "uglifyify": "^3.0.1" |
89 | 90 | } |
90 | 91 | } |
Built with git-ssb-web