Skip to content

Commit

Permalink
feat: fixed engines of npm and node
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLzq committed Jun 27, 2022
1 parent 34db399 commit 35f147e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"version": "5.1.1",
"description": "set up a modern backend app by running one command",
"main": "lib/index.js",
"directories": {
"example": "example",
"lib": "lib"
},
"scripts": {
"service": "node ./bin",
"help": "node ./bin --help",
Expand Down Expand Up @@ -81,5 +77,9 @@
"commit": true,
"bump": true
}
},
"engines" : {
"npm" : ">=8.0.0",
"node" : ">=16.0.0"
}
}

0 comments on commit 35f147e

Please sign in to comment.