aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMark Stacey <markjstacey@gmail.com>2019-07-16 01:24:37 +0800
committerGitHub <noreply@github.com>2019-07-16 01:24:37 +0800
commitb316dd1c402d10bf81d401ba679c87b8b9d48ad5 (patch)
tree0f7dfed9046677ccb347204d7cb72a2db8ffb088 /README.md
parentc7c090d19c333bfcac97ec8f99e2c1518d20870e (diff)
downloadtangerine-wallet-browser-b316dd1c402d10bf81d401ba679c87b8b9d48ad5.tar.gz
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.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 56c921b91..1652e1e7b 100644
--- a/README.md
+++ b/README.md
@@ -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)