Commit 6101352e authored by Hayden Adams's avatar Hayden Adams

add github pages dependency and CNAME

parent cbc2b2e1
{ {
"name": "uniswap", "name": "uniswap",
"homepage": ".",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
...@@ -8,12 +9,15 @@ ...@@ -8,12 +9,15 @@
"react-helmet": "^5.2.0", "react-helmet": "^5.2.0",
"react-scripts": "1.1.0", "react-scripts": "1.1.0",
"react-select": "^1.2.1", "react-select": "^1.2.1",
"web3": "1.0.0-beta.18" "web3": "1.0.0-beta.22"
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test --env=jsdom", "test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject" "eject": "react-scripts eject"
},
"devDependencies": {
"gh-pages": "^1.1.0"
} }
} }
uniswap.io
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment