diff options
author | Juan Cazala <cazala@mail.sfsu.edu> | 2017-09-19 16:06:47 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-19 16:06:47 -0300 |
commit | 0f60cd770c6da1b07e74df3e269f230cf6c63a2c (patch) | |
tree | 432e80f335c7e838bd99e509da8b40523969c3a9 | |
parent | 88556ee9080f352b2ba1a268d78cf778527427de (diff) | |
parent | 68a9dcc4cdfdf564f7ce945866c0432c59707a70 (diff) | |
download | coin-hive-master.zip coin-hive-master.tar.gz coin-hive-master.tar.bz2 |
Merge pull request #14 from pRizz/masterHEADorigin/masterorigin/HEADmaster
Add node and npm version requirements
-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" } } |