Skip to content

Commit dae20da

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

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)