Skip to content

Commit

Permalink
chore: start 2.x LTS branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jun 8, 2024
1 parent 2d71fd8 commit 0384b0d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"name": "@eggjs/router",
"version": "2.0.1",
"engines": {
"node": ">= 8.5.0"
},
"publishConfig": {
"access": "public",
"tag": "latest-2"
},
"description": "Router middleware for egg/koa. Provides RESTful resource routing.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,8 +56,5 @@
"ci": "npm run lint && egg-bin cov",
"lint": "eslint ."
},
"engines": {
"node": ">= 8.5.0"
},
"license": "MIT"
}

0 comments on commit 0384b0d

Please sign in to comment.