Skip to content

Commit

Permalink
Replace put package with our fork @homebridge/put
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Sep 19, 2022
1 parent fe380ab commit 390f30d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion lib/marshall.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const assert = require('assert');

const parseSignature = require('./signature');
const put = require('put');
const put = require('@homebridge/put');
const Marshallers = require('./marshallers');
const align = require('./align').align;

Expand Down
28 changes: 14 additions & 14 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 @@ -42,7 +42,7 @@
"event-stream": "^4.0.0",
"hexy": "^0.2.10",
"optimist": "^0.6.1",
"put": "0.0.6",
"@homebridge/put": "0.0.7",
"safe-buffer": "^5.1.1",
"xml2js": "^0.4.17"
},
Expand Down

0 comments on commit 390f30d

Please sign in to comment.