mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-16 20:50:24 +00:00
package.json: include index.{esm,umd}.js files too (#37565)
This commit is contained in:
parent
4f2a0bbbe4
commit
af34b2b56a
1 changed files with 1 additions and 0 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue