Commit 7eb00ba7b58a21dd513f2151dc5ce33c0cd09dca
added serve-static and updated some redux modules
Don Smith authored on 12/27/2015, 9:32:25 PMMichael Williams committed on 12/28/2015, 12:25:47 AM
Parent: 9f5c94b9ccedb47c10c42b39a76bdd17af6692a7
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -85,12 +85,13 @@ | ||
85 | 85 | "pinkie-promise": "^2.0.0", |
86 | 86 | "ramda": "^0.18.0", |
87 | 87 | "react": "^0.14.3", |
88 | 88 | "react-dom": "^0.14.3", |
89 | - "react-redux": "^4.0.0", | |
89 | + "react-redux": "^4.0.1", | |
90 | 90 | "react-router": "^1.0.0", |
91 | - "redux": "^3.0.4", | |
91 | + "redux": "^3.0.5", | |
92 | 92 | "redux-simple-router": "0.0.10", |
93 | 93 | "redux-thunk": "^1.0.0", |
94 | + "serve-static": "^1.10.0", | |
94 | 95 | "uglifyify": "^3.0.1" |
95 | 96 | } |
96 | 97 | } |
Built with git-ssb-web