aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-05-11 02:46:02 +0800
committerAlex Browne <stephenalexbrowne@gmail.com>2018-05-15 09:46:53 +0800
commitfdeab0475c956c48ab79bb5238ae60e732b14e11 (patch)
treeffbd614ea67e2c07099b9a50f675278feffdfdd7 /README.md
parentf86cc0dc7a5d75792b8ef7a38cbf9bba04cb6ab4 (diff)
downloaddexon-sol-tools-fdeab0475c956c48ab79bb5238ae60e732b14e11.tar
dexon-sol-tools-fdeab0475c956c48ab79bb5238ae60e732b14e11.tar.gz
dexon-sol-tools-fdeab0475c956c48ab79bb5238ae60e732b14e11.tar.bz2
dexon-sol-tools-fdeab0475c956c48ab79bb5238ae60e732b14e11.tar.lz
dexon-sol-tools-fdeab0475c956c48ab79bb5238ae60e732b14e11.tar.xz
dexon-sol-tools-fdeab0475c956c48ab79bb5238ae60e732b14e11.tar.zst
dexon-sol-tools-fdeab0475c956c48ab79bb5238ae60e732b14e11.zip
Change minimum Node version to 6.12
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 85d3ebcf6..c10bda115 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ 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.
+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.