Skip to content

Commit

Permalink
Adds path and fs npm packages to repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkormendy committed Jul 15, 2020
1 parent 5d0258a commit 9641cfe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
const nodeADC = require('node-alarm-dot-com')
const fs = require('fs')
const path = require('path')

const PLUGIN_ID = 'homebridge-node-alarm-dot-com'
const PLUGIN_NAME = 'Alarmdotcom'
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@oznu/homebridge-types": "0.0.4",
"node-alarm-dot-com": "^1.8.2",
"node-alarm-dot-com": "^1.8.3",
"polling-to-event": "^2.1.0"
}
}

0 comments on commit 9641cfe

Please sign in to comment.