diff --git a/javascript/packages/linter/package.json b/javascript/packages/linter/package.json index 7912f180e..3ada49d1c 100644 --- a/javascript/packages/linter/package.json +++ b/javascript/packages/linter/package.json @@ -4,7 +4,7 @@ "description": "HTML+ERB linter for validating HTML structure and enforcing best practices", "license": "MIT", "homepage": "https://herb-tools.dev", - "bugs": "https://github.com/marcoroth/herb/issues/new?title=Package%20%60@herb-tools/linter%60:%20", + "bugs": "https://github.com/marcoroth/herb/issues/new?title=Package%20%64@herb-tools/linter%60:%20", "repository": { "type": "git", "url": "git+https://github.com/marcoroth/herb.git", @@ -55,6 +55,7 @@ "@herb-tools/printer": "0.10.3", "@herb-tools/rewriter": "0.10.3", "@ruby/prism": "^1.9.0", + "dedent": "^1.7.2", "picomatch": "^4.0.5", "tinyglobby": "^0.2.15" },