Skip to content

Commit

Permalink
build: specify node engines (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
noyobo authored Jun 1, 2020
1 parent 9b2e55a commit 97674dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"bin": {
"create-remax-app": "./bin/create-remax-app"
},
"engines": {
"node": ">= 12.0.0"
},
"scripts": {
"watch": "tsc -w",
"build": "tsc",
Expand Down

0 comments on commit 97674dd

Please sign in to comment.