aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 6aa79c840..e4aed8564 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,9 @@
{
"private": true,
"name": "0x-monorepo",
+ "engines": {
+ "node" : ">=8.0.0"
+ },
"workspaces": [
"packages/*"
],