add redux
Showing
- dist/react/reactRedux.d.ts 1 addition, 0 deletionsdist/react/reactRedux.d.ts
- dist/react/reactRedux.js 3 additions, 0 deletionsdist/react/reactRedux.js
- dist/react/reactRedux.js.map 1 addition, 1 deletiondist/react/reactRedux.js.map
- package.json 2 additions, 1 deletionpackage.json
- src/react/reactRedux.ts 1 addition, 0 deletionssrc/react/reactRedux.ts
... | ... | @@ -59,6 +59,7 @@ |
"es6-promise": "^4.1.1", | ||
"react": "^15.6.1", | ||
"react-dom": "^15.6.1", | ||
"react-redux": "^5.0.5" | ||
"react-redux": "^5.0.5", | ||
"redux": "^3.7.2" | ||
} | ||
} |
Please register or sign in to comment