Skip to content

Commit bd55c1a

Browse files
committed
fix: npm publish missing artifacts
1 parent b6e2893 commit bd55c1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@etclabscore/dl-github-releases",
33
"version": "1.0.3",
44
"description": "",
5-
"main": "src/index.js",
5+
"main": "build/src/index.js",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/etclabscore/dl-github-releases.git"
@@ -17,7 +17,7 @@
1717
},
1818
"files": [
1919
"build",
20-
"bin/cli.js"
20+
"bin"
2121
],
2222
"scripts": {
2323
"build": "tsc",

0 commit comments

Comments
 (0)