Skip to content

Commit

Permalink
fix: include missing files in package
Browse files Browse the repository at this point in the history
fixes #1890
  • Loading branch information
mightyiam committed Nov 11, 2024
1 parent 57c88b8 commit 62a2673
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**/*
!/lib/**/*
/lib/test/**/*
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,5 @@
"type-fest": "4.26.1",
"typescript": "5.6.3",
"typescript-eslint_bottom": "npm:[email protected]"
},
"files": [
"lib/index.js",
"lib/index.d.ts",
"lib/rules.js"
]
}
}
File renamed without changes.

0 comments on commit 62a2673

Please sign in to comment.