Skip to content

Commit

Permalink
Fix missing glob (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-you authored Jan 12, 2024
1 parent 6d417c9 commit 848dd9f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/warm-trees-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"grisaia-package-builder": patch
---

Fix missing glob
3 changes: 3 additions & 0 deletions packages/package-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
"repository": {
"type": "git",
"url": "git+https://github.com/RevoTale/js-package-utils.git"
},
"devDependencies": {
"glob": "^10.3.10"
}
}
4 changes: 4 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 848dd9f

Please sign in to comment.