Fixed Node version to v8.0

This commit is contained in:
Nathan Kunicki 2018-08-07 15:12:41 +01:00
parent 4373428281
commit e21a11943f
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
### Installation ### Installation
Node.js v8.0+ required. Node.js v8.0 required.
```javascript ```javascript
npm install node-poweredup --save npm install node-poweredup --save

View File

@ -2,7 +2,7 @@
### Installation ### Installation
Node.js v8.0+ required. Node.js v8.0 required.
```javascript ```javascript
npm install node-poweredup --save npm install node-poweredup --save

View File

@ -1,6 +1,6 @@
{ {
"name": "node-poweredup", "name": "node-poweredup",
"version": "1.0.7", "version": "1.0.8",
"description": "A Node.js module to interface with LEGO Powered UP components.", "description": "A Node.js module to interface with LEGO Powered UP components.",
"homepage": "https://github.com/nathankellenicki/node-poweredup/", "homepage": "https://github.com/nathankellenicki/node-poweredup/",
"main": "dist/poweredup.js", "main": "dist/poweredup.js",