mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 23:59:53 +02:00
Backport #32737
package.json: move `version_short` variable under the `config` object This is so that it works on npm 7.x too.
This commit is contained in:
@@ -40,7 +40,7 @@ const files = [
|
||||
configPropertyName: 'js_bundle_hash'
|
||||
},
|
||||
{
|
||||
file: `site/static/docs/${pkg.version_short}/assets/js/vendor/jquery.slim.min.js`,
|
||||
file: `site/static/docs/${pkg.config.version_short}/assets/js/vendor/jquery.slim.min.js`,
|
||||
configPropertyName: 'jquery_hash'
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user