Skip to content

Commit 68f9bbc

Browse files
authored
fix: include entire dist folder in the package (#15)
1 parent 02978ab commit 68f9bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"prepublishOnly": "npm run build"
2323
},
2424
"files": [
25-
"dist/cli.js"
25+
"dist"
2626
],
2727
"dependencies": {
2828
"@asyncapi/parser": "^1.5.0",

0 commit comments

Comments
 (0)