TS migrations and commit hash in code link (#730)
* TypeScript in the utils directory, README fixes * Remove unused methods * Added unnecessary space * Some env variable cleanup * Bug in change * Another file to ts * App.tsx * Header and Footer to tsx * Few more TS migrations and add a commit hash title to the uni icon * Few more TS migrations and put commit hash in code link * Splitting up files * Splitting up files (merged dark mode changes)
Showing
... | ... | @@ -24,6 +24,7 @@ |
"@web3-react/walletconnect-connector": "^6.0.2", | ||
"@web3-react/walletlink-connector": "^6.0.2", | ||
"copy-to-clipboard": "^3.2.0", | ||
"cross-env": "^7.0.2", | ||
"escape-string-regexp": "^2.0.0", | ||
"ethers": "^4.0.44", | ||
"history": "^4.9.0", | ||
... | ... | @@ -51,8 +52,8 @@ |
"use-media": "^1.4.0" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"start": "cross-env REACT_APP_GIT_COMMIT_HASH=$(git show -s --format=%H) react-scripts start", | ||
"build": "cross-env REACT_APP_GIT_COMMIT_HASH=$(git show -s --format=%H) react-scripts build", | ||
"test": "react-scripts test --env=jsdom", | ||
"eject": "react-scripts eject", | ||
"lint:base": "yarn eslint './src/**/*.{js,jsx}'", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment