Skip to content

Commit cd31787

Browse files
committed
Merge pull request #16 from avoidwork/edge
Fixing license link in banner
2 parents 00dabb5 + 1e538f6 commit cd31787

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/filesize.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @author Jason Mulligan <[email protected]>
55
* @copyright 2013 Jason Mulligan
6-
* @license BSD-3 <http://opensource.org/licenses/BSD-3-Clause>
6+
* @license BSD-3 <https://raw.github.com/avoidwork/filesize.js/master/LICENSE>
77
* @link http://filesizejs.com
88
* @module filesize
99
* @version 1.7.5

lib/filesize.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"licenses": [
1818
{
1919
"type": "BSD-3",
20-
"url": "http://opensource.org/licenses/BSD-3-Clause"
20+
"url": "https://raw.github.com/avoidwork/filesize.js/master/LICENSE"
2121
}
2222
],
2323
"main": "lib/filesize",

0 commit comments

Comments
 (0)