Skip to content

Commit b68b7d9

Browse files
committed
fix: npm files
1 parent 05ccf39 commit b68b7d9

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.npmignore

-5
This file was deleted.

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
"exports": {
1717
".": "./lib/index.js"
1818
},
19+
"files": [
20+
"/bin",
21+
"/lib",
22+
"/resources",
23+
"/src"
24+
],
1925
"scripts": {
2026
"install": "node bin/install.mjs"
2127
},

0 commit comments

Comments
 (0)