mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Going down to 8.9.0 for Azure
This commit is contained in:
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user