Created
January 11, 2016 06:33
-
-
Save abhiaiyer91/9f1ab630d80f2725a585 to your computer and use it in GitHub Desktop.
Package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"react-mixin": "3.0.3", // So we can use Mixins with ES6 Classes | |
"redux": "3.0.5", // The library this blog post is about | |
"react-redux": "4.0.6" // redux bindings for react | |
"redux-thunk": "1.0.3", // How we can dispatch actions as funcs | |
"redux-logger": "2.3.1", // Logging state changes | |
"classnames": "2.2.1", // DOPE conditional css tool | |
"externalify": "0.1.0" // specify a custom name for require | |
"react-paginate": "0.5.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your missing a couple of commas on lines 4 and 8