Skip to content

Commit 77a6075

Browse files
committed
Fix: Update "files" in package.json
Thanks `np` for telling me 🙏
1 parent ef17f05 commit 77a6075

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"license": "ISC",
4747
"main": "index.js",
4848
"files": [
49-
".eslintrc.js"
49+
"eslintrc.json",
50+
"index.js"
5051
],
5152
"peerDependencies": {
5253
"eslint": ">=7.12.1",

0 commit comments

Comments
 (0)