From 0e0ef3f11e4b9d900dcd96bd3490377a1f3ba46b Mon Sep 17 00:00:00 2001 From: Daniel Weck Date: Thu, 4 Mar 2021 13:30:01 +0000 Subject: [PATCH] Fixed master vs. main branch --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e52bde789..cfc119dae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -200,8 +200,8 @@ "dev": true }, "bootstrap-accessibility-plugin": { - "version": "github:paypal/bootstrap-accessibility-plugin#273d35eb54552ff2076026ffff8ab15fc9eb5ff3", - "from": "github:paypal/bootstrap-accessibility-plugin#master", + "version": "github:paypal/bootstrap-accessibility-plugin#fbbf870eafc1ee5d4547fabbeea71778ddbe2166", + "from": "github:paypal/bootstrap-accessibility-plugin#main", "dev": true }, "brace-expansion": { diff --git a/package.json b/package.json index cf6ee30fa..a28081d89 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "jath": "github:danielweck/jath#master", "mathjax-single-file": "github:danielweck/MathJax-single-file#master", "bootstrap": "3.x", - "bootstrap-accessibility-plugin": "github:paypal/bootstrap-accessibility-plugin#master", + "bootstrap-accessibility-plugin": "github:paypal/bootstrap-accessibility-plugin#main", "hammerjs": "^2.0.8", "jquery-hammerjs": "^2.0.0", "screenfull": "^3.3.2", @@ -172,4 +172,4 @@ "deploy:cloudReaderLite:copy:sourcemap": "node ./readium-js/readium-shared-js/node_modules/ncp/bin/ncp dist/cloud-reader-lite_sourcemap/ dist/cloud-reader-lite/scripts/ && ( node ./readium-js/readium-shared-js/node_modules/ncp/bin/ncp dist/zip_sourcemap/ dist/cloud-reader-lite/scripts/zip/ || echo \"=== SUCCESS [ignore previous error]: no sourcemaps were generated for zip web-worker, deflate, inflate (no uglification).\" )", "deploy:chromeApp:copy:sourcemap": "node ./readium-js/readium-shared-js/node_modules/ncp/bin/ncp dist/chrome-app_sourcemap/ dist/chrome-app/scripts/" } -} \ No newline at end of file +}