Skip to content

Instantly share code, notes, and snippets.

@abhiaiyer91
Created January 11, 2016 06:33
Show Gist options
  • Save abhiaiyer91/9f1ab630d80f2725a585 to your computer and use it in GitHub Desktop.
Save abhiaiyer91/9f1ab630d80f2725a585 to your computer and use it in GitHub Desktop.
Package.json
{
"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"
}
@tomRedox
Copy link

Your missing a couple of commas on lines 4 and 8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment