We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a91daf commit 8756a26Copy full SHA for 8756a26
.changeset/fluffy-poets-applaud.md
@@ -0,0 +1,5 @@
1
+---
2
+"eslint-import-resolver-typescript": patch
3
4
+
5
+chore(package): remove node 12 from engines field
package.json
@@ -12,7 +12,7 @@
12
"license": "ISC",
13
"packageManager": "pnpm@7.12.2",
14
"engines": {
15
- "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
+ "node": "^14.18.0 || >=16.0.0"
16
},
17
"main": "lib/index.cjs",
18
"module": "lib/index.js",
0 commit comments