Removed extraneous dependencies
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 2019-11-10 17:44:03 -08:00
parent 892d8bf37e
commit fedc2bd6e4
2 changed files with 2 additions and 6 deletions

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "node-poweredup",
"version": "4.0.1",
"version": "4.0.2",
"description": "A Javascript module to interface with LEGO Powered Up components.",
"homepage": "https://github.com/nathankellenicki/node-poweredup/",
"main": "dist/node/index-node.js",
@ -32,9 +32,5 @@
"typescript": "^3.7.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"resolutions": {
"noble-mac": "Timeular/noble-mac#pull/38/head",
"xpc-connection": "sandeepmistry/node-xpc-connection#pull/26/head"
}
}