Going down to 8.9.0 for Azure

This commit is contained in:
Sulka Haro
2017-12-02 18:12:31 +02:00
parent 5692d88bf6
commit a03683b370
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ Community maintained fork of the
Requirements:
- [Node.js](http://nodejs.org/) 8.9.1 LTS (use [Install instructions for Node](https://nodejs.org/en/download/package-manager/) or `setup.sh`)
- [Node.js](http://nodejs.org/) 8.9.0 LTS (use [Install instructions for Node](https://nodejs.org/en/download/package-manager/) or `setup.sh`)
Clone this repo then install dependencies into the root of the project:
+2 -2
View File
@@ -47,8 +47,8 @@
}
},
"engines": {
"node": "8.9.1",
"npm": "5.2.0"
"node": "8.9.0",
"npm": ">= 5.2.0"
},
"dependencies": {
"ajv": "^5.3.0",