Skip to content

Commit 7d562af

Browse files
committed
pack: include the essentials to published package, reduce tar ball size to be ~2.2mb
1 parent 0c06808 commit 7d562af

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,14 @@
113113
"publishConfig": {
114114
"registry": "https://registry.npmjs.com/",
115115
"access": "public"
116-
}
116+
},
117+
"files": [
118+
"bin/",
119+
"dist/",
120+
"package.json",
121+
"pdfparser.d.ts",
122+
"pdfparser.js",
123+
"readme.md",
124+
"license.txt"
125+
]
117126
}

0 commit comments

Comments
 (0)