Skip to content

Commit

Permalink
chore: remove midway decorator package (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 authored Mar 27, 2024
1 parent 2903e1c commit e7483e5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion v3/midway-framework-express/boilerplate/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"dependencies": {
"@midwayjs/bootstrap": "^3.12.0",
"@midwayjs/core": "^3.12.0",
"@midwayjs/decorator": "^3.12.0",
"@midwayjs/express": "^3.12.0",
"@midwayjs/logger": "^3.1.0"
},
Expand Down
1 change: 0 additions & 1 deletion v3/midway-framework-koa-esm/boilerplate/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"dependencies": {
"@midwayjs/bootstrap": "^3.12.0",
"@midwayjs/core": "^3.12.0",
"@midwayjs/decorator": "^3.12.0",
"@midwayjs/info": "^3.12.0",
"@midwayjs/koa": "^3.12.0",
"@midwayjs/logger": "^3.1.0",
Expand Down
1 change: 0 additions & 1 deletion v3/midway-framework-koa/boilerplate/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"dependencies": {
"@midwayjs/bootstrap": "^3.12.0",
"@midwayjs/core": "^3.12.0",
"@midwayjs/decorator": "^3.12.0",
"@midwayjs/info": "^3.12.0",
"@midwayjs/koa": "^3.12.0",
"@midwayjs/logger": "^3.1.0",
Expand Down
1 change: 0 additions & 1 deletion v3/midway-framework-web/boilerplate/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"@midwayjs/bootstrap": "^3.12.0",
"@midwayjs/core": "^3.12.0",
"@midwayjs/web": "^3.12.0",
"@midwayjs/decorator": "^3.12.0",
"@midwayjs/logger": "^3.1.0",
"egg": "^2.0.0"
},
Expand Down
1 change: 0 additions & 1 deletion v3/midway-quick-start/boilerplate/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"dependencies": {
"@midwayjs/bootstrap": "^3.12.0",
"@midwayjs/core": "^3.12.0",
"@midwayjs/decorator": "^3.12.0",
"@midwayjs/info": "^3.12.0",
"@midwayjs/koa": "^3.12.0",
"@midwayjs/logger": "^3.1.0",
Expand Down

0 comments on commit e7483e5

Please sign in to comment.