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 d54c55a commit df73db2Copy full SHA for df73db2
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@coderwyd/eslint-config",
3
"type": "module",
4
- "version": "2.1.6",
+ "version": "2.1.7",
5
"packageManager": "pnpm@8.15.1",
6
"description": "Donny's ESLint config",
7
"author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
@@ -29,7 +29,10 @@
29
"module": "./dist/index.js",
30
"types": "./dist/index.d.ts",
31
"bin": "./bin/index.js",
32
- "files": ["bin", "dist"],
+ "files": [
33
+ "bin",
34
+ "dist"
35
+ ],
36
"engines": {
37
"node": ">=16.14.0"
38
},
0 commit comments