Fixed Node version to v8.0
This commit is contained in:
parent
4373428281
commit
e21a11943f
2
ABOUT.md
2
ABOUT.md
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user