Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbbe910f

Browse files
committed
Fixing links in the README.md header
1 parent88edbb0 commitbbe910f

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#filesize.js
22

3-
[![downloads](https://img.shields.io/npm/dt/filesize.svg)](https://www.npmjs.com/package/filesize.js)
4-
[![npm version](https://badge.fury.io/js/filesize.svg)](https://badge.fury.io/js/filesize.js)
3+
[![downloads](https://img.shields.io/npm/dt/filesize.svg)](https://www.npmjs.com/package/filesize)
4+
[![npm version](https://badge.fury.io/js/filesize.svg)](https://badge.fury.io/js/filesize)
55
[![Node.js Version](https://img.shields.io/node/v/filesize.svg)](https://nodejs.org/)
66
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
77
[![Build Status](https://github.com/avoidwork/woodland/actions/workflows/ci.yml/badge.svg)](https://github.com/avoidwork/filesize.js/actions)

‎dist/filesize.cjs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
*@copyright 2025 Jason Mulligan <jason.mulligan@avoidwork.com>
55
*@license BSD-3-Clause
6-
*@version 11.0.12
6+
*@version 11.0.13
77
*/
88
'use strict';
99

‎dist/filesize.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
*@copyright 2025 Jason Mulligan <jason.mulligan@avoidwork.com>
55
*@license BSD-3-Clause
6-
*@version 11.0.12
6+
*@version 11.0.13
77
*/
88
// Error Messages
99
constINVALID_NUMBER="Invalid number";

‎dist/filesize.min.js‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎dist/filesize.umd.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
*@copyright 2025 Jason Mulligan <jason.mulligan@avoidwork.com>
55
*@license BSD-3-Clause
6-
*@version 11.0.12
6+
*@version 11.0.13
77
*/
88
(function(g,f){typeofexports==='object'&&typeofmodule!=='undefined'?f(exports):typeofdefine==='function'&&define.amd?define(['exports'],f):(g=typeofglobalThis!=='undefined'?globalThis:g||self,f(g.filesize={}));})(this,(function(exports){'use strict';// Error Messages
99
constINVALID_NUMBER="Invalid number";

‎dist/filesize.umd.min.js‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package-lock.json‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name":"filesize",
33
"description":"JavaScript library to generate a human readable String describing the file size",
4-
"version":"11.0.12",
4+
"version":"11.0.13",
55
"homepage":"https://filesizejs.com",
66
"author":"Jason Mulligan <jason.mulligan@avoidwork.com>",
77
"repository": {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp