summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/0002-dont-check-for-caniuse-lite-update.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/debian/0002-dont-check-for-caniuse-lite-update.patch')
-rw-r--r--debian/patches/debian/0002-dont-check-for-caniuse-lite-update.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/debian/0002-dont-check-for-caniuse-lite-update.patch b/debian/patches/debian/0002-dont-check-for-caniuse-lite-update.patch
new file mode 100644
index 0000000..00c1075
--- /dev/null
+++ b/debian/patches/debian/0002-dont-check-for-caniuse-lite-update.patch
@@ -0,0 +1,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
+ }
+ ]
+ ]