aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-compiler/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sol-compiler/package.json')
-rw-r--r--packages/sol-compiler/package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/sol-compiler/package.json b/packages/sol-compiler/package.json
index 19d390c32..72a5d0e53 100644
--- a/packages/sol-compiler/package.json
+++ b/packages/sol-compiler/package.json
@@ -1,6 +1,9 @@
{
"name": "@0xproject/sol-compiler",
"version": "0.4.3",
+ "engines": {
+ "node" : ">=8.0.0"
+ },
"description": "Solidity compiler wrapper and artifactor",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",