Skip to content

Commit

Permalink
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/src/components/App/components/Header/redux.js
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ import fetch from 'isomorphic-fetch';
const LOAD_STARGAZERS_SUCCESS = 'LOAD_STARGAZERS_SUCCESS';

const initialState = {
stargazers: '712'
stargazers: '715'
};

export function loadStargazers() {
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
"prepublish": "npm run dist && npm run standalone"
},
"dependencies": {
"react-autowhatever": "^3.2.1",
"react-autowhatever": "^3.2.2",
"react-redux": "^4.4.5",
"redux": "^3.5.1"
},
"peerDependencies": {
"react": "^15.0.1"
"react": "^0.14.7 || ^15.0.1"
},
"devDependencies": {
"autoprefixer": "^6.3.6",

0 comments on commit 45a28e5

Please sign in to comment.