Skip to content

Commit 197d3ab

Browse files
committed
chore: add homepage and bugs fields to package.json
1 parent 2fec905 commit 197d3ab

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,13 @@
3636
],
3737
"author": "Isonimus",
3838
"license": "MIT",
39+
"homepage": "https://github.com/tindalabs/shield#readme",
3940
"repository": {
4041
"type": "git",
41-
"url": "https://github.com/tindalabs/shield.git"
42+
"url": "git+https://github.com/tindalabs/shield.git"
43+
},
44+
"bugs": {
45+
"url": "https://github.com/tindalabs/shield/issues"
4246
},
4347
"description": "Browser tamper detection for hostile environments. Detects DevTools, automation drivers, extension injection, and environment spoofing — surfaces findings as structured risk signals, not just boolean flags.",
4448
"devDependencies": {

0 commit comments

Comments
 (0)