add travis support; clean up public/
Showing
.travis.yml
0 → 100644
| { | ||
| "name": "uniswap", | ||
| "description": "Uniswap Exchange Protocol", | ||
| "version": "0.1.0", | ||
| "homepage": ".", | ||
| "private": true, | ||
| "dependencies": { | ||
| "axios": "^0.18.0", | ||
| ... | ... | @@ -16,7 +18,7 @@ |
| "jazzicon": "^1.5.0", | ||
| "node-sass": "^4.9.3", | ||
| "npm": "^6.0.0", | ||
| "prop-types": "^15.6.2", | ||
| "prop-types": "^15.7.2", | ||
| "react": "^16.8.6", | ||
| "react-cookies": "^0.1.0", | ||
| "react-dom": "^16.8.6", | ||
| ... | ... | @@ -25,7 +27,7 @@ |
| "react-i18next": "^8.4.0", | ||
| "react-redux": "^5.0.7", | ||
| "react-responsive": "^5.0.0", | ||
| "react-router-dom": "^4.3.1", | ||
| "react-router-dom": "^5.0.0", | ||
| "react-scripts": "^2.1.8", | ||
| "react-scroll-to-component": "^1.0.2", | ||
| "react-select": "^1.2.1", | ||
| ... | ... | @@ -51,6 +53,7 @@ |
| "check:format": "yarn format:base --check", | ||
| "check:all": "yarn check:lint && yarn check:format" | ||
| }, | ||
| "license": "GPL-3.0-or-later", | ||
| "devDependencies": { | ||
| "prettier": "^1.17.0" | ||
| }, | ||
| ... | ... |
public/CNAME
deleted
100644 → 0
public/_redirect
deleted
100644 → 0
public/🦄.png
deleted
100644 → 0
13.7 KB