Skip to content

Commit

Permalink
chore: drop support for node.js v16
Browse files Browse the repository at this point in the history
  • Loading branch information
sectsect committed Sep 9, 2023
1 parent e491bfa commit 07bc57f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "6.0.4",
"description": "Multiple entry points with glob pattern / Partial files with underscore / Preserve directory structure",
"engines": {
"node": "^14.17.0 || >=16.0.0"
"node": ">=18.0.0"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// "include": ["src"],
// "exclude": ["node_modules", "**/__tests__/*"],
"compilerOptions": {
"target": "es2020",
"target": "ES2022",
"module": "commonjs",
"declaration": true,
"outDir": "./dist",
Expand Down

0 comments on commit 07bc57f

Please sign in to comment.