Skip to content

Commit 77a6075

Browse files
committedJun 14, 2021
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

+2-1
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)
Please sign in to comment.