Skip to content

Commit

Permalink
add relay packages/deps/etc
Browse files Browse the repository at this point in the history
note the proxy allows me to forward traffic through my dev machine to my
graphene server so I don't need to deal with cross site markla
  • Loading branch information
othane committed Nov 4, 2016
1 parent 55465f9 commit 38cb56c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "cata",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:8080/",
"devDependencies": {
"react-scripts": "0.6.1"
},
Expand All @@ -10,8 +11,10 @@
"react": "^15.3.2",
"react-bootstrap": "^0.30.5",
"react-dom": "^15.3.2",
"react-relay": "^0.9.3",
"react-router": "^2.8.1",
"react-router-bootstrap": "^0.23.1"
"react-router-bootstrap": "^0.23.1",
"react-router-relay": "^0.13.5"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 38cb56c

Please sign in to comment.