remove unused functions, typescript (#725)
* TypeScript in the utils directory, README fixes * Remove unused methods * Added unnecessary space * Some env variable cleanup * Bug in change * Another file to ts
Showing
... | ... | @@ -13,7 +13,7 @@ |
"@types/node": "^13.7.4", | ||
"@types/react": "^16.9.21", | ||
"@types/react-dom": "^16.9.5", | ||
"@uniswap/sdk": "^2.0.1", | ||
"@uniswap/sdk": "^2.0.3", | ||
"@uniswap/v2-core": "1.0.0", | ||
"@uniswap/v2-periphery": "1.0.0-beta.0", | ||
"@web3-react/core": "^6.0.2", | ||
... | ... | @@ -32,6 +32,7 @@ |
"i18next-xhr-backend": "^2.0.1", | ||
"jazzicon": "^1.5.0", | ||
"polished": "^3.3.2", | ||
"prettier": "^1.17.0", | ||
"qrcode.react": "^0.9.3", | ||
"react": "^16.8.6", | ||
"react-device-detect": "^1.6.2", | ||
... | ... | @@ -78,8 +79,5 @@ |
"last 1 safari version" | ||
] | ||
}, | ||
"license": "GPL-3.0-or-later", | ||
"devDependencies": { | ||
"prettier": "^1.17.0" | ||
} | ||
"license": "GPL-3.0-or-later" | ||
} | ||
\ No newline at end of file |
File moved
src/utils/math.js
deleted
100644 → 0
Please register or sign in to comment