Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
fix(core): Relax node engines rule
Browse files Browse the repository at this point in the history
Fixes #58
  • Loading branch information
nadeesha committed May 27, 2020
1 parent 3b68c11 commit f8eb5b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Nadeesha Cabral <[email protected]>",
"license": "MIT",
"engines": {
"node": "^12.16.3",
"node": ">=0.10.3",
"yarn": "^1.22.4"
},
"scripts": {
Expand Down Expand Up @@ -47,4 +47,4 @@
"master"
]
}
}
}

0 comments on commit f8eb5b9

Please sign in to comment.