Skip to content

Commit

Permalink
build: add engines setting in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nogic1008 committed Feb 11, 2020
1 parent 40a08df commit 2dabb31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
],
"author": "ddradar",
"license": "MIT",
"engines": {
"node": "12",
"npm": "^6.12.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
Expand Down

0 comments on commit 2dabb31

Please # to comment.