diff options
author | Alex Browne <stephenalexbrowne@gmail.com> | 2018-05-10 04:29:43 +0800 |
---|---|---|
committer | Alex Browne <stephenalexbrowne@gmail.com> | 2018-05-15 09:46:52 +0800 |
commit | f86cc0dc7a5d75792b8ef7a38cbf9bba04cb6ab4 (patch) | |
tree | 57b450c84cf877c75d91f2b11ad74c924452a266 /README.md | |
parent | 0457c959dd5886177544de6c34d5d99ae813bf09 (diff) | |
download | dexon-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.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |