Skip to content

Commit

Permalink
fix: missing dep for language-tools package
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Dec 11, 2023
1 parent 2cab8ce commit 52187ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/poor-swans-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@marko/language-tools": patch
"@marko/type-check": patch
---

Fix missing package dependency for language-tools package
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/language-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"@babel/helper-validator-identifier": "^7.22.20",
"@babel/parser": "^7.23.5",
"htmljs-parser": "^5.5.1",
"strip-json-comments": "^3.1.1",
"relative-import-path": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 52187ac

Please sign in to comment.