Skip to content

Commit

Permalink
fix: expand required node version range to 10.x - 12.x (#215)
Browse files Browse the repository at this point in the history
* Allow node v10-12

* Temporarily add prepublish script

* Prepublish should have been prepare...

* Revert prepare script
  • Loading branch information
Suzanne Rozier authored Jun 1, 2020
1 parent cf28086 commit 0be79d3
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 @@ -17,7 +17,7 @@
"lib"
],
"engines": {
"node": "^12.16.2"
"node": "10.x - 12.x"
},
"scripts": {
"commit": "git-cz",
Expand Down

0 comments on commit 0be79d3

Please sign in to comment.