Skip to content

Commit

Permalink
fix: add 'globby' as dependencies (#71)
Browse files Browse the repository at this point in the history
it's required by plugin/controller/lib/EggControllerLoader.ts
  • Loading branch information
popomore authored Dec 26, 2022
1 parent 942c516 commit 76d85d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"egg-errors": "^2.3.0",
"koa-compose": "^3.2.1",
"path-to-regexp": "^1.8.0",
"sdk-base": "^4.2.0"
"sdk-base": "^4.2.0",
"globby": "^10.0.2"
},
"devDependencies": {
"@eggjs/module-test-util": "^3.0.0",
Expand Down

0 comments on commit 76d85d9

Please sign in to comment.