BLE UUID's now in proper format

This commit is contained in:
Nathan Kellenicki 2018-10-10 19:11:54 -07:00
parent 7ebd0a90e1
commit e90d05b460
2 changed files with 10 additions and 1 deletions

9
package-lock.json generated
View File

@ -836,6 +836,15 @@
"version": "0.7.1",
"resolved": "http://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
"integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg="
},
"xpc-connection": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/xpc-connection/-/xpc-connection-0.1.4.tgz",
"integrity": "sha1-3Nf6oq7Gt6bhjMXdrQQvejTHcVY=",
"optional": true,
"requires": {
"nan": "^2.0.5"
}
}
}
},

View File

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