1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 11:21:23 +02:00

Add v4-dev in bundlewatch config. (#30541)

This commit is contained in:
XhmikosR
2020-04-09 12:41:00 +03:00
committed by GitHub
parent 5e65b12f1c
commit 7126741ffb

View File

@@ -56,5 +56,11 @@
"path": "./dist/js/bootstrap.min.js", "path": "./dist/js/bootstrap.min.js",
"maxSize": "16.5 kB" "maxSize": "16.5 kB"
} }
] ],
"ci": {
"trackBranches": [
"master",
"v4-dev"
]
}
} }