aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-05-10 04:29:43 +0800
committerAlex Browne <stephenalexbrowne@gmail.com>2018-05-15 09:46:52 +0800
commitf86cc0dc7a5d75792b8ef7a38cbf9bba04cb6ab4 (patch)
tree57b450c84cf877c75d91f2b11ad74c924452a266 /README.md
parent0457c959dd5886177544de6c34d5d99ae813bf09 (diff)
downloaddexon-sol-tools-f86cc0dc7a5d75792b8ef7a38cbf9bba04cb6ab4.tar
dexon-sol-tools-f86cc0dc7a5d75792b8ef7a38cbf9bba04cb6ab4.tar.gz
dexon-sol-tools-f86cc0dc7a5d75792b8ef7a38cbf9bba04cb6ab4.tar.bz2
dexon-sol-tools-f86cc0dc7a5d75792b8ef7a38cbf9bba04cb6ab4.tar.lz
dexon-sol-tools-f86cc0dc7a5d75792b8ef7a38cbf9bba04cb6ab4.tar.xz
dexon-sol-tools-f86cc0dc7a5d75792b8ef7a38cbf9bba04cb6ab4.tar.zst
dexon-sol-tools-f86cc0dc7a5d75792b8ef7a38cbf9bba04cb6ab4.zip
Document Node.js version requirement and add it to package.json
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index de77e980e..85d3ebcf6 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,8 @@ Dedicated documentation pages:
* [Sol-cov](https://0xproject.com/docs/sol-cov)
* [Standard Relayer API](https://github.com/0xProject/standard-relayer-api/blob/master/README.md)
+Node version >= 8.0 is required.
+
Most of the packages require additional typings for external dependencies.
You can include those by prepending @0xproject/typescript-typings package to your [`typeRoots`](http://www.typescriptlang.org/docs/handbook/tsconfig-json.html) config.