Skip to content

Commit

Permalink
dist rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Jan 9, 2021
1 parent 108a89b commit 9ca8060
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dist/pako.es5.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/*! pako 2.0.2 https://github.com/nodeca/pako @license (MIT AND Zlib) */
/*! pako 2.0.3 https://github.com/nodeca/pako @license (MIT AND Zlib) */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
Expand Down
2 changes: 1 addition & 1 deletion dist/pako.es5.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/pako.esm.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/*! pako 2.0.2 https://github.com/nodeca/pako @license (MIT AND Zlib) */
/*! pako 2.0.3 https://github.com/nodeca/pako @license (MIT AND Zlib) */
// (C) 1995-2013 Jean-loup Gailly and Mark Adler
// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin
//
Expand Down
2 changes: 1 addition & 1 deletion dist/pako.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/*! pako 2.0.2 https://github.com/nodeca/pako @license (MIT AND Zlib) */
/*! pako 2.0.3 https://github.com/nodeca/pako @license (MIT AND Zlib) */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
Expand Down
2 changes: 1 addition & 1 deletion dist/pako.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/pako_deflate.es5.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/*! pako 2.0.2 https://github.com/nodeca/pako @license (MIT AND Zlib) */
/*! pako 2.0.3 https://github.com/nodeca/pako @license (MIT AND Zlib) */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
Expand Down
2 changes: 1 addition & 1 deletion dist/pako_deflate.es5.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/pako_deflate.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/*! pako 2.0.2 https://github.com/nodeca/pako @license (MIT AND Zlib) */
/*! pako 2.0.3 https://github.com/nodeca/pako @license (MIT AND Zlib) */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
Expand Down
2 changes: 1 addition & 1 deletion dist/pako_deflate.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/pako_inflate.es5.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/*! pako 2.0.2 https://github.com/nodeca/pako @license (MIT AND Zlib) */
/*! pako 2.0.3 https://github.com/nodeca/pako @license (MIT AND Zlib) */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
Expand Down
2 changes: 1 addition & 1 deletion dist/pako_inflate.es5.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/pako_inflate.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/*! pako 2.0.2 https://github.com/nodeca/pako @license (MIT AND Zlib) */
/*! pako 2.0.3 https://github.com/nodeca/pako @license (MIT AND Zlib) */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
Expand Down
2 changes: 1 addition & 1 deletion dist/pako_inflate.min.js

Large diffs are not rendered by default.

0 comments on commit 9ca8060

Please sign in to comment.