Skip to content

Commit

Permalink
declare minimum Node version
Browse files Browse the repository at this point in the history
NodeJS versions prior to v14.13.0 do not support ESM (export keyword
syntax), which is used in this module.

Thus, this patch declares v14.13.0 as the minimum Node version.
  • Loading branch information
marado committed Oct 2, 2022
1 parent 4412976 commit 5ae68d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,12 @@
"bloggify.json",
"bloggify/"
],
"engines": {
"node": ">=14.13.0"
},
"blah": {
"description": [
"For low-level path parsing, check out [`parse-path`](https://github.com/IonicaBizau/parse-path). This very module is designed to parse urls. By default the urls are normalized."
]
}
}
}

0 comments on commit 5ae68d3

Please sign in to comment.