Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
154e42e745 | |||
cfe11e9a60 |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartformat",
|
"name": "@push.rocks/smartformat",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A module that formats bytes and milliseconds into human-readable strings.",
|
"description": "A module that formats bytes and milliseconds into human-readable strings.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartformat',
|
name: '@push.rocks/smartformat',
|
||||||
version: '1.0.2',
|
version: '1.0.3',
|
||||||
description: 'A module that formats bytes and milliseconds into human-readable strings.'
|
description: 'A module that formats bytes and milliseconds into human-readable strings.'
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// sindresorhus
|
// sindresorhus
|
||||||
import * as prettyBytes from 'pretty-bytes';
|
import prettyBytes from 'pretty-bytes';
|
||||||
import * as prettyMs from 'pretty-ms';
|
import prettyMs from 'pretty-ms';
|
||||||
|
|
||||||
export {
|
export {
|
||||||
prettyBytes,
|
prettyBytes,
|
||||||
|
Reference in New Issue
Block a user