Skip to content

Commit

Permalink
fix(package): node engines version was strict (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
replygirl authored Nov 27, 2020
1 parent f217af9 commit 39e7b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"dependencies": {
"change-case": "^4.1.1"
},
"engines": { "node": "12.x" }
"engines": { "node": ">=12.x" }
}

0 comments on commit 39e7b7b

Please sign in to comment.