1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 21:53:25 +02:00

package.json: include index.{esm,umd}.js files too (#37565)

This commit is contained in:
XhmikosR
2022-12-16 09:12:46 +02:00
committed by GitHub
parent 4f2a0bbbe4
commit af34b2b56a

View File

@@ -155,6 +155,7 @@
"files": [
"dist/{css,js}/*.{css,js,map}",
"js/{src,dist}/**/*.{js,map}",
"js/index.{esm,umd}.js",
"scss/**/*.scss"
],
"hugo-bin": {