bluerai / ioBroker.mobile-alerts

Mobile Alerts for ioBroker - an adapter to download data from the Mobile Alerts server
MIT License
7 stars 5 forks source link

Bug in package.json #4

Closed fungus75 closed 4 years ago

fungus75 commented 4 years ago

Hi,

you have a bug in package.json:

"dependencies": { "request" : ~2.85.0, "xml2js" : ~0.1.13

Should be

"dependencies": { "request" : "~2.85.0", "xml2js" : "~0.1.13"

Than it works.