Version v2.0.0
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone Build was killed

This commit is contained in:
Nathan Kellenicki 2019-03-20 11:52:52 -07:00
parent b9ab15a0c9
commit c965826b93
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "node-poweredup", "name": "node-poweredup",
"version": "1.9.1", "version": "2.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
{ {
"name": "node-poweredup", "name": "node-poweredup",
"version": "1.9.1", "version": "2.0.0",
"description": "A Node.js module to interface with LEGO Powered UP components.", "description": "A Javascript module to interface with LEGO Powered UP components.",
"homepage": "https://github.com/nathankellenicki/node-poweredup/", "homepage": "https://github.com/nathankellenicki/node-poweredup/",
"main": "dist/node/index-node.js", "main": "dist/node/index-node.js",
"types": "dist/index-node.d.ts", "types": "dist/index-node.d.ts",