2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00
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:
XhmikosR
2021-01-10 08:19:00 +02:00
parent 0f1069a32e
commit 2e8f70f5a1
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -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'
},
{