Updated version
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Nathan Kellenicki 2022-01-18 17:57:50 -08:00
parent 57ee61e620
commit 4836695840
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "node-poweredup",
"version": "7.1.0",
"version": "8.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "node-poweredup",
"version": "7.1.0",
"version": "8.0.0",
"license": "MIT",
"dependencies": {
"@abandonware/noble": "1.9.2-15",

View File

@ -1,6 +1,6 @@
{
"name": "node-poweredup",
"version": "7.1.0",
"version": "8.0.0",
"description": "A Javascript module to interface with LEGO Powered Up components.",
"homepage": "https://github.com/nathankellenicki/node-poweredup/",
"main": "dist/node/index-node.js",