diff options
author | Mark Stacey <markjstacey@gmail.com> | 2019-07-16 01:24:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-16 01:24:37 +0800 |
commit | b316dd1c402d10bf81d401ba679c87b8b9d48ad5 (patch) | |
tree | 0f7dfed9046677ccb347204d7cb72a2db8ffb088 /README.md | |
parent | c7c090d19c333bfcac97ec8f99e2c1518d20870e (diff) | |
download | tangerine-wallet-browser-b316dd1c402d10bf81d401ba679c87b8b9d48ad5.tar tangerine-wallet-browser-b316dd1c402d10bf81d401ba679c87b8b9d48ad5.tar.gz tangerine-wallet-browser-b316dd1c402d10bf81d401ba679c87b8b9d48ad5.tar.bz2 tangerine-wallet-browser-b316dd1c402d10bf81d401ba679c87b8b9d48ad5.tar.lz tangerine-wallet-browser-b316dd1c402d10bf81d401ba679c87b8b9d48ad5.tar.xz tangerine-wallet-browser-b316dd1c402d10bf81d401ba679c87b8b9d48ad5.tar.zst tangerine-wallet-browser-b316dd1c402d10bf81d401ba679c87b8b9d48ad5.zip |
Remove outdated development tools and documentation (#6845)
These files were referencing npm scripts that no longer existed. Notices
appear to no longer exist, and the `ui-dev.js` module is no longer
actively used.
The `mock-dev.js` module is still used for certain integration tests, so
I've just removed the reference to the non-existent script.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -68,7 +68,6 @@ To write tests that will be run in the browser using QUnit, add your test files - [The MetaMask Team](./docs/team.md) - [How to live reload on local dependency changes](./docs/developing-on-deps.md) - [How to add new networks to the Provider Menu](./docs/adding-new-networks.md) -- [How to manage notices that appear when the app starts up](./docs/notices.md) - [How to port MetaMask to a new platform](./docs/porting_to_new_environment.md) - [How to use the TREZOR emulator](./docs/trezor-emulator.md) - [How to generate a visualization of this repository's development](./docs/development-visualization.md) |