From 425137e56f73575948d6cae51aa4e810ad92ad34 Mon Sep 17 00:00:00 2001 From: Stuart Knightley Date: Wed, 6 Apr 2022 09:55:05 -0700 Subject: [PATCH] Make default branch main --- lib/license_header.js | 4 ++-- vendor/FileSaver.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/license_header.js b/lib/license_header.js index 3e407a5d..7aab4ae8 100644 --- a/lib/license_header.js +++ b/lib/license_header.js @@ -4,8 +4,8 @@ JSZip v__VERSION__ - A JavaScript class for generating and reading zip files (c) 2009-2016 Stuart Knightley -Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/master/LICENSE.markdown. +Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown. JSZip uses the library pako released under the MIT license : -https://github.com/nodeca/pako/blob/master/LICENSE +https://github.com/nodeca/pako/blob/main/LICENSE */ diff --git a/vendor/FileSaver.js b/vendor/FileSaver.js index 112efb07..c1f1b152 100644 --- a/vendor/FileSaver.js +++ b/vendor/FileSaver.js @@ -10,7 +10,7 @@ /*global self */ /*jslint bitwise: true, indent: 4, laxbreak: true, laxcomma: true, smarttabs: true, plusplus: true */ -/*! @source http://purl.eligrey.com/github/FileSaver.js/blob/master/FileSaver.js */ +/*! @source http://purl.eligrey.com/github/FileSaver.js/blob/main/FileSaver.js */ var saveAs = saveAs // IE 10+ (native saveAs)