aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-05-16 01:51:49 +0800
committerGitHub <noreply@github.com>2018-05-16 01:51:49 +0800
commit0bc338ba421613a0b4768f0c434cc63b8213543f (patch)
tree1ce892259962d4efbfa3f63fe9a5b53d16415e92 /README.md
parent406e91d387f67b0eda48e9ab682814c8feffb5e1 (diff)
parentfdeab0475c956c48ab79bb5238ae60e732b14e11 (diff)
downloaddexon-sol-tools-0bc338ba421613a0b4768f0c434cc63b8213543f.tar
dexon-sol-tools-0bc338ba421613a0b4768f0c434cc63b8213543f.tar.gz
dexon-sol-tools-0bc338ba421613a0b4768f0c434cc63b8213543f.tar.bz2
dexon-sol-tools-0bc338ba421613a0b4768f0c434cc63b8213543f.tar.lz
dexon-sol-tools-0bc338ba421613a0b4768f0c434cc63b8213543f.tar.xz
dexon-sol-tools-0bc338ba421613a0b4768f0c434cc63b8213543f.tar.zst
dexon-sol-tools-0bc338ba421613a0b4768f0c434cc63b8213543f.zip
Merge pull request #578 from 0xProject/document-node-version
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 3486bf161..6615ae4dc 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 >= 6.12 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.