Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 83d68ff

Browse files
author
Neil Enns
committed
Update github URLs
1 parent 8a5709b commit 83d68ff

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"version": "5.8.4",
44
"description": "Detects motion using DeepStack AI and calls registered triggers based on trigger rules.",
55
"main": "dist/src/main.js",
6-
"files": [
7-
"dist/**/*"
8-
],
6+
"files": ["dist/**/*"],
97
"scripts": {
108
"build": "tsc",
119
"lint": "npm run lint:eslint && npm run lint:markdown",
@@ -22,14 +20,14 @@
2220
},
2321
"repository": {
2422
"type": "git",
25-
"url": "git+https://github.com/danecreekphotography/node-deepstackai-trigger"
23+
"url": "git+https://github.com/neile/node-deepstackai-trigger"
2624
},
2725
"author": "",
2826
"license": "ISC",
2927
"bugs": {
30-
"url": "https://github.com/danecreekphotography/node-deepstackai-trigger/Issues"
28+
"url": "https://github.com/neile/node-deepstackai-trigger/Issues"
3129
},
32-
"homepage": "https://github.com/danecreekphotography/node-deepstackai-trigger#readme",
30+
"homepage": "https://github.com/neile/node-deepstackai-trigger#readme",
3331
"dependencies": {
3432
"ajv": "^6.12.4",
3533
"ajv-keywords": "^3.4.1",

0 commit comments

Comments
 (0)