Skip to content

Commit 710b007

Browse files
authored
fix: specify the files to include in the package (#214)
1 parent 63d97bc commit 710b007

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "2.0.5",
44
"description": "A library to fetch release binaries from GitHub Releases",
55
"main": "dist/index.js",
6+
"files": [
7+
"dist/*.{js,ts}"
8+
],
69
"scripts": {
710
"prepublishOnly": "npm ci && run-s build test",
811
"test": "jest",

0 commit comments

Comments
 (0)