Skip to content

Commit df73db2

Browse files
committed
chore: release v2.1.7
1 parent d54c55a commit df73db2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@coderwyd/eslint-config",
33
"type": "module",
4-
"version": "2.1.6",
4+
"version": "2.1.7",
55
"packageManager": "pnpm@8.15.1",
66
"description": "Donny's ESLint config",
77
"author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
@@ -29,7 +29,10 @@
2929
"module": "./dist/index.js",
3030
"types": "./dist/index.d.ts",
3131
"bin": "./bin/index.js",
32-
"files": ["bin", "dist"],
32+
"files": [
33+
"bin",
34+
"dist"
35+
],
3336
"engines": {
3437
"node": ">=16.14.0"
3538
},

0 commit comments

Comments
 (0)