Skip to content

Commit bacd928

Browse files
committed
Fix: Add missing @hint/utils-connector-tools dependency
1 parent 569d972 commit bacd928

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/hint-no-broken-links/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"timeout": "1m"
88
},
99
"description": "Verify that all links and resources the page uses are available online.",
10+
"dependencies": {
11+
"@hint/utils-connector-tools": "^1.0.0"
12+
},
1013
"devDependencies": {
1114
"@hint/utils-tests-helpers": "^1.0.0",
1215
"@types/debug": "0.0.30",

0 commit comments

Comments
 (0)