mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03: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:
+3
-1
@@ -2,7 +2,9 @@
|
||||
"name": "bootstrap",
|
||||
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
|
||||
"version": "4.5.3",
|
||||
"version_short": "4.5",
|
||||
"config": {
|
||||
"version_short": "4.5"
|
||||
},
|
||||
"keywords": [
|
||||
"css",
|
||||
"sass",
|
||||
|
||||
Reference in New Issue
Block a user