Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 73fae0d

Browse files
committed
chore: remove npmignore in favor of files array
1 parent 202b004 commit 73fae0d

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.npmignore

-7
This file was deleted.

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"description": "Jest/Vitest matcher for asserting valid HAR definitions",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7+
"files": [
8+
"dist/"
9+
],
710
"scripts": {
811
"build": "tsc",
912
"lint": "eslint . --ext .js,.ts && npm run prettier && tsc",

0 commit comments

Comments
 (0)