aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abi-gen
diff options
context:
space:
mode:
Diffstat (limited to 'packages/abi-gen')
-rw-r--r--packages/abi-gen/package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/abi-gen/package.json b/packages/abi-gen/package.json
index 0fa621735..d0cd946f0 100644
--- a/packages/abi-gen/package.json
+++ b/packages/abi-gen/package.json
@@ -1,6 +1,9 @@
{
"name": "@0xproject/abi-gen",
"version": "0.2.13",
+ "engines": {
+ "node" : ">=6.12"
+ },
"description": "Generate contract wrappers from ABI and handlebars templates",
"main": "lib/index.js",
"types": "lib/index.d.ts",