diff options
author | Alex Browne <stephenalexbrowne@gmail.com> | 2018-05-11 02:46:02 +0800 |
---|---|---|
committer | Alex Browne <stephenalexbrowne@gmail.com> | 2018-05-15 09:46:53 +0800 |
commit | fdeab0475c956c48ab79bb5238ae60e732b14e11 (patch) | |
tree | ffbd614ea67e2c07099b9a50f675278feffdfdd7 /README.md | |
parent | f86cc0dc7a5d75792b8ef7a38cbf9bba04cb6ab4 (diff) | |
download | dexon-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |