Skip to content

Commit

Permalink
0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
128keaton committed Mar 21, 2022
1 parent 24afd6f commit 23c7c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hikvision-mdns",
"version": "0.0.8",
"version": "0.0.9",
"description": "A HikVision discovery tool using mDNS/ZeroConf/Bonjour",
"main": "dist/hikvision.js",
"types": "dist/hikvision.d.ts",
Expand All @@ -10,7 +10,7 @@
"test": "jest --config=jest.config.js --coverage"
},
"bin": {
"discoverCameras": "node dist/hikvision.js"
"discoverCameras": "./dist/hikvision.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 23c7c82

Please sign in to comment.