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 /docs/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 'docs/README.md')
-rw-r--r-- | docs/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md index 3c9bc0b4a..6c54c98cf 100644 --- a/docs/README.md +++ b/docs/README.md @@ -15,7 +15,6 @@ To learn how to develop MetaMask-compatible applications, visit our [Developer D - [Publishing Guide](./publishing.md) - [How to live reload on local dependency changes](./developing-on-deps.md) - [How to add new networks to the Provider Menu](./adding-new-networks.md) -- [How to manage notices that appear when the app starts up](./notices.md) - [How to port MetaMask to a new platform](./porting_to_new_environment.md) - [How to generate a visualization of this repository's development](./development-visualization.md) - [How to add a feature behind a secret feature flag](./secret-preferences.md) |