Skip to content

Commit

Permalink
chore: remove npmignore in favor of files array
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Jan 19, 2024
1 parent 202b004 commit 73fae0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .npmignore

This file was deleted.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Jest/Vitest matcher for asserting valid HAR definitions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"build": "tsc",
"lint": "eslint . --ext .js,.ts && npm run prettier && tsc",
Expand Down

0 comments on commit 73fae0d

Please sign in to comment.