We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d97bc commit 710b007Copy full SHA for 710b007
package.json
@@ -3,6 +3,9 @@
3
"version": "2.0.5",
4
"description": "A library to fetch release binaries from GitHub Releases",
5
"main": "dist/index.js",
6
+ "files": [
7
+ "dist/*.{js,ts}"
8
+ ],
9
"scripts": {
10
"prepublishOnly": "npm ci && run-s build test",
11
"test": "jest",
0 commit comments