Skip to content

Commit 10b97f6

Browse files
committed
Fix npm package contents
1 parent 7bc4d2e commit 10b97f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
},
153153
"files": [
154154
"dist/{css,js}/*.{css,js,map}",
155-
"js/{src,dist}/*.{js,map}",
155+
"js/{src,dist}/**/**.{js,map}",
156156
"scss/**/*.scss"
157157
],
158158
"bundlesize": [

0 commit comments

Comments
 (0)