Skip to content

Commit a32fa52

Browse files
Frank SchülerFrank Schüler
authored andcommitted
include all bundle js files to npm package
1 parent 70a04c9 commit a32fa52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@default-js/defaultjs-html-components",
33
"buildname": "defaultjs-html-components",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"description": "Useful web components",
66
"main": "./index.js",
77
"scripts": {
@@ -54,6 +54,7 @@
5454
},
5555
"files": [
5656
"index.js",
57+
"*-bundle.js",
5758
"src/**",
5859
"LICENSE",
5960
"README.md"

0 commit comments

Comments
 (0)