Skip to content

Commit 62fcbcc

Browse files
committed
fix(build): publish bundle and umd files with jose-browser-runtime module
Fixes #571
1 parent 3a5a892 commit 62fcbcc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/publish-browser.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ delete pkg.keywords
1313

1414
pkg.files.push('!dist/**/package.json')
1515
pkg.files.push('!dist/node/**/*')
16+
pkg.files.push('dist/**/*.bundle.js')
17+
pkg.files.push('dist/**/*.umd.js')
18+
pkg.files.push('dist/**/*.min.js')
1619
pkg.name = 'jose-browser-runtime'
1720
pkg.type = 'module'
1821

0 commit comments

Comments
 (0)