Package: bootstrap-html / 5.3.3+dfsg-1~bpo12+3

debian/0002-dont-check-for-caniuse-lite-update.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Pirate Praveen <praveen@onenetbeyond.org>
Description: don't check for node-canuise-lite update (Closes: #991651).

diff -Naurp bootstrap-html.orig/.babelrc.js bootstrap-html/.babelrc.js
--- bootstrap-html.orig/.babelrc.js
+++ bootstrap-html/.babelrc.js
@@ -5,7 +5,8 @@ module.exports = {
       {
         loose: true,
         bugfixes: true,
-        modules: false
+        modules: false,
+        ignoreBrowserslistConfig: true
       }
     ]
   ]