Skip to content

Commit

Permalink
Updating copyright year in README.md & LICENSE, updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Mar 29, 2023
1 parent d41818f commit 4de5566
Show file tree
Hide file tree
Showing 12 changed files with 249 additions and 710 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2022, Jason Mulligan
Copyright (c) 2023, Jason Mulligan
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ size(265318); // "259.1 KB"
```

## License
Copyright (c) 2022 Jason Mulligan
Copyright (c) 2023 Jason Mulligan
Licensed under the BSD-3 license.
6 changes: 2 additions & 4 deletions dist/filesize.cjs
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
/**
* filesize
*
* @copyright 2022 Jason Mulligan <jason.mulligan@avoidwork.com>
* @copyright 2023 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 10.0.6
* @version 10.0.7
*/
'use strict';

Object.defineProperty(exports, '__esModule', { value: true });

const ARRAY = "array";
const BIT = "bit";
const BITS = "bits";
Expand Down
4 changes: 2 additions & 2 deletions dist/filesize.esm.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* filesize
*
* @copyright 2022 Jason Mulligan <jason.mulligan@avoidwork.com>
* @copyright 2023 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 10.0.6
* @version 10.0.7
*/
const ARRAY = "array";
const BIT = "bit";
Expand Down
6 changes: 3 additions & 3 deletions 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.esm.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/filesize.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* filesize
*
* @copyright 2022 Jason Mulligan <jason.mulligan@avoidwork.com>
* @copyright 2023 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 10.0.6
* @version 10.0.7
*/
(function(g,f){typeof exports==='object'&&typeof module!=='undefined'?f(exports):typeof define==='function'&&define.amd?define(['exports'],f):(g=typeof globalThis!=='undefined'?globalThis:g||self,f(g.filesize={}));})(this,(function(exports){'use strict';const ARRAY = "array";
const BIT = "bit";
Expand Down Expand Up @@ -225,4 +225,4 @@ function partial ({
roundingMethod,
precision
});
}exports.filesize=filesize;exports.partial=partial;Object.defineProperty(exports,'__esModule',{value:true});}));
}exports.filesize=filesize;exports.partial=partial;}));
6 changes: 3 additions & 3 deletions dist/filesize.min.js

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

Loading

0 comments on commit 4de5566

Please sign in to comment.