aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-05-16 21:15:23 +0800
committerFabio Berger <me@fabioberger.com>2018-05-16 21:15:23 +0800
commit22f3f57f44cfc4bdd27a79df36a8d80b96b02a07 (patch)
treed0d7a510b4322d1253a6f3d02c6267c4c7eabed2 /README.md
parentb2f362225c5c03526852fc6b997241faba6d1231 (diff)
parentcc486cb86d46cefbd31a43a87be3ee9b3fd461a6 (diff)
downloaddexon-sol-tools-22f3f57f44cfc4bdd27a79df36a8d80b96b02a07.tar
dexon-sol-tools-22f3f57f44cfc4bdd27a79df36a8d80b96b02a07.tar.gz
dexon-sol-tools-22f3f57f44cfc4bdd27a79df36a8d80b96b02a07.tar.bz2
dexon-sol-tools-22f3f57f44cfc4bdd27a79df36a8d80b96b02a07.tar.lz
dexon-sol-tools-22f3f57f44cfc4bdd27a79df36a8d80b96b02a07.tar.xz
dexon-sol-tools-22f3f57f44cfc4bdd27a79df36a8d80b96b02a07.tar.zst
dexon-sol-tools-22f3f57f44cfc4bdd27a79df36a8d80b96b02a07.zip
Merge branch 'development' into improvement/addCustomTslintRules
* development: fix style errors Fix circular dependency Add my profile image to images Add myself to about page Add dogfood configs to website Change minimum Node version to 6.12 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.