Skip to content

Commit dae20da

Browse files
authored
Remove unneeded glob. (#28249)
Typo from 10b97f6.
1 parent 10b97f6 commit dae20da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
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)