Merge pull request #4 from tincho/node-version

mention required node version 10
This commit is contained in:
Ondřej Žára 2019-05-14 11:05:19 +02:00 committed by GitHub
commit fbf98adbc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

1
.npmrc Normal file
View file

@ -0,0 +1 @@
engine-strict=true

View file

@ -18,7 +18,7 @@ CYP is a web-based frontend for [MPD](https://www.musicpd.org/), the Music Playe
## Installation
Make sure you have a working MPD setup first.
Make sure you have a working MPD setup first and Node version >= 10
```sh
git clone https://github.com/ondras/cyp.git && cd cyp

View file

@ -15,5 +15,8 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
"license": "ISC",
"engines": {
"node": ">=10.0.0"
}
}