Skip to content

Commit

Permalink
[minor][bug] unable to launch sample program. (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
khayong authored and jchip committed Oct 12, 2017
1 parent d9ec0a4 commit b57ee79
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion samples/stylus-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
"electrode-redux-router-engine": "../../packages/electrode-redux-router-engine",
"electrode-server": "^1.0.0",
"electrode-static-paths": "^1.0.0",
"lodash": "^4.10.1"
"lodash": "^4.10.1",
"react": "^15.0.0",
"react-dom": "^15.0.0"
},
"devDependencies": {
"electrode-archetype-react-app-dev": "../../packages/electrode-archetype-react-app-dev"
Expand Down
2 changes: 2 additions & 0 deletions samples/universal-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
"electrode-static-paths": "^1.0.0",
"lodash": "^4.10.1",
"material-ui": "^0.16.4",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-tap-event-plugin": "^2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions samples/universal-react-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
"es6-promise": "^4.0.5",
"isomorphic-fetch": "^2.2.1",
"mongojs": "^2.4.0",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-notify-toast": "^0.1.3",
"uuid": "^3.0.1"
},
Expand Down

0 comments on commit b57ee79

Please sign in to comment.