Skip to content

Commit

Permalink
Remove unneeded glob. (#28249)
Browse files Browse the repository at this point in the history
Typo from 10b97f6.
  • Loading branch information
XhmikosR committed Feb 13, 2019
1 parent 10b97f6 commit dae20da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -152,7 +152,7 @@
},
"files": [
"dist/{css,js}/*.{css,js,map}",
"js/{src,dist}/**/**.{js,map}",
"js/{src,dist}/**/*.{js,map}",
"scss/**/*.scss"
],
"bundlesize": [
Expand Down

0 comments on commit dae20da

Please sign in to comment.