diff options
-rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index 6cf6e3b..0926f85 100644 --- a/package.json +++ b/package.json @@ -21,5 +21,9 @@ "repository": { "type": "git", "url": "git+https://github.com/cazala/coin-hive.git" + }, + "engines": { + "node": ">=8.0", + "npm": ">=5.0" } } |