diff options
| author | XhmikosR <[email protected]> | 2023-03-22 10:23:24 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-22 10:23:24 +0200 |
| commit | 842fd50da8fffe5a67d01077abd050757c257776 (patch) | |
| tree | 23a4ef27f296a4fc248d553697c011b5fa74a81c /js | |
| parent | 00fc712330b5b87e58370e6085b5426adf06b31a (diff) | |
| download | bootstrap-842fd50da8fffe5a67d01077abd050757c257776.tar.xz bootstrap-842fd50da8fffe5a67d01077abd050757c257776.zip | |
Remove version from index.{esm,umd}.js too (#38302)
Diffstat (limited to 'js')
| -rw-r--r-- | js/index.esm.js | 2 | ||||
| -rw-r--r-- | js/index.umd.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/js/index.esm.js b/js/index.esm.js index 11f54d5e9..155d9fb6a 100644 --- a/js/index.esm.js +++ b/js/index.esm.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.3.0-alpha1): index.esm.js + * Bootstrap index.esm.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/index.umd.js b/js/index.umd.js index 7652bd06d..a33df7465 100644 --- a/js/index.umd.js +++ b/js/index.umd.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.3.0-alpha1): index.umd.js + * Bootstrap index.umd.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ |
