Skip to content

Commit

Permalink
Fix 1 (#74)
Browse files Browse the repository at this point in the history
* fix packages

* changeset
  • Loading branch information
l-you committed Jan 12, 2024
1 parent 5513cd4 commit a0d5d9b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .changeset/curvy-yaks-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"grisaia-package-builder": patch
---

Add glob as a prod deps
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"esbuild": "^0.19.11",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"glob": "^10.3.10",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1"
Expand Down
4 changes: 0 additions & 4 deletions packages/package-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"dependencies": {
"rimraf": "^5.0.1",
"glob": "^10.3.10"

},
"type": "commonjs",
"author": {
Expand Down Expand Up @@ -39,8 +38,5 @@
"repository": {
"type": "git",
"url": "git+https://github.com/RevoTale/js-package-utils.git"
},
"devDependencies": {
"glob": "^10.3.10"
}
}
7 changes: 0 additions & 7 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 a0d5d9b

Please sign in to comment.