chore(ipfs migration): changes for ipfs url migration
- remove netlify stuff - update rename to uniswap-interface - always use hash router
Showing
netlify.toml
deleted
100644 → 0
{ | { | ||
"name": "@uniswap/interface", | "name": "@uniswap/interface", | ||
"description": "Uniswap Interface", | "description": "Uniswap Interface", | ||
"homepage": "https://uniswap.exchange", | "homepage": ".", | ||
"private": true, | "private": true, | ||
"devDependencies": { | "devDependencies": { | ||
"@ethersproject/address": "^5.0.0-beta.134", | "@ethersproject/address": "^5.0.0-beta.134", | ||
... | @@ -81,7 +81,6 @@ | ... | @@ -81,7 +81,6 @@ |
"scripts": { | "scripts": { | ||
"start": "react-scripts start", | "start": "react-scripts start", | ||
"build": "react-scripts build", | "build": "react-scripts build", | ||
"ipfs-build": "cross-env PUBLIC_URL=\".\" react-scripts build", | |||
"test": "react-scripts test --env=jsdom", | "test": "react-scripts test --env=jsdom", | ||
"eject": "react-scripts eject", | "eject": "react-scripts eject", | ||
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'", | "lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'", | ||
... | ... |
Please register or sign in to comment