Skip to content

Commit

Permalink
Building version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Sep 29, 2022
1 parent 92adf9f commit b80a38d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/filesize.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @copyright 2022 Jason Mulligan <[email protected]>
* @license BSD-3-Clause
* @version 10.0.2
* @version 10.0.3
*/
'use strict';

Expand Down
2 changes: 1 addition & 1 deletion dist/filesize.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @copyright 2022 Jason Mulligan <[email protected]>
* @license BSD-3-Clause
* @version 10.0.2
* @version 10.0.3
*/
const ARRAY = "array";
const BIT = "bit";
Expand Down
2 changes: 1 addition & 1 deletion dist/filesize.esm.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/filesize.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @copyright 2022 Jason Mulligan <[email protected]>
* @license BSD-3-Clause
* @version 10.0.2
* @version 10.0.3
*/
(function(g,f){typeof exports==='object'&&typeof module!=='undefined'?module.exports=f():typeof define==='function'&&define.amd?define(f):(g=typeof globalThis!=='undefined'?globalThis:g||self,g.filesize=f());})(this,(function(){'use strict';const ARRAY = "array";
const BIT = "bit";
Expand Down
2 changes: 1 addition & 1 deletion dist/filesize.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b80a38d

Please sign in to comment.