Skip to content

Commit 0b0e072

Browse files
committed
build: add files field to package.json
1 parent a423727 commit 0b0e072

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,8 @@
3434
"np": "^7.0.0",
3535
"c8": "^7.12.0",
3636
"xo": "^0.53.1"
37-
}
37+
},
38+
"files": [
39+
"lib/*"
40+
]
3841
}

0 commit comments

Comments
 (0)