summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan Cazala <cazala@mail.sfsu.edu>2017-09-19 16:06:47 -0300
committerGitHub <noreply@github.com>2017-09-19 16:06:47 -0300
commit0f60cd770c6da1b07e74df3e269f230cf6c63a2c (patch)
tree432e80f335c7e838bd99e509da8b40523969c3a9
parent88556ee9080f352b2ba1a268d78cf778527427de (diff)
parent68a9dcc4cdfdf564f7ce945866c0432c59707a70 (diff)
downloadcoin-hive-origin/master.zip
coin-hive-origin/master.tar.gz
coin-hive-origin/master.tar.bz2
Merge pull request #14 from pRizz/masterHEADorigin/masterorigin/HEADmaster
Add node and npm version requirements
-rw-r--r--package.json4
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"
}
}