Skip to content

Commit

Permalink
Require Node 16 or above
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Oct 31, 2024
1 parent e2b1576 commit d09cf4e
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"packages": ["packages/*", "examples/*"]
},
"engines": {
"node": ">=12"
"node": ">=16"
}
}
2 changes: 1 addition & 1 deletion packages/depository-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"access": "public"
},
"engines": {
"node": ">=12"
"node": ">=16"
}
}
9 changes: 2 additions & 7 deletions packages/path/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@
"test": "mocha src",
"build": "rollup -c rollup.config.js"
},
"keywords": [
"path",
"pattern",
"matching",
"stringify"
],
"keywords": ["path", "pattern", "matching", "stringify"],
"author": "Sune Simonsen <sune@we-knowhow.dk>",
"license": "MIT",
"bugs": "https://github.com/sunesimonsen/nano-router/issues",
Expand All @@ -36,6 +31,6 @@
"access": "public"
},
"engines": {
"node": ">=10"
"node": ">=16"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"access": "public"
},
"engines": {
"node": ">=10"
"node": ">=16"
}
}
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"access": "public"
},
"engines": {
"node": ">=10"
"node": ">=16"
}
}
2 changes: 1 addition & 1 deletion packages/routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"access": "public"
},
"engines": {
"node": ">=10"
"node": ">=16"
}
}
7 changes: 2 additions & 5 deletions packages/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
"test": "mocha src",
"build": "rollup -c rollup.config.js"
},
"keywords": [
"url",
"stringify"
],
"keywords": ["url", "stringify"],
"author": "Sune Simonsen <sune@we-knowhow.dk>",
"license": "MIT",
"bugs": "https://github.com/sunesimonsen/nano-router/issues",
Expand All @@ -40,6 +37,6 @@
"access": "public"
},
"engines": {
"node": ">=10"
"node": ">=16"
}
}

0 comments on commit d09cf4e

Please sign in to comment.