Skip to content

Commit

Permalink
fix: replace .npmignore with files field
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Koops <[email protected]>
  • Loading branch information
jonkoops authored and rolandjitsu committed Nov 6, 2024
1 parent ccf22e8 commit e510018
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .npmignore

This file was deleted.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"main": "dist/index.js",
"module": "dist/es/index.js",
"types": "index.d.ts",
"files": [
"dist",
"index.d.ts"
],
"scripts": {
"clean": "rimraf ./dist",
"build": "npm run clean && npm run build:cjs && npm run build:es",
Expand Down

0 comments on commit e510018

Please sign in to comment.