@valjoux/format-time
Advanced tools
Comparing version 0.3.21 to 0.4.0
{ | ||
"name": "@valjoux/format-time", | ||
"version": "0.3.21", | ||
"version": "0.4.0", | ||
"description": "timer", | ||
"main": "./dist/index.cjs", | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"type": "module", | ||
"exports": "./dist/index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"engines": { | ||
"node": ">=22.0.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"pub": "npm publish", | ||
"test": "node -r @babel/register test/format-time.test.js" | ||
}, | ||
"repository": { | ||
@@ -36,3 +32,7 @@ "type": "git", | ||
"homepage": "https://github.com/hoyeungw/valjoux#readme", | ||
"gitHead": "58e80567ae36c1e148ee01373841d80a637cd205" | ||
} | ||
"gitHead": "792790a75c6068fe0d36507ff0e74a895939783f", | ||
"scripts": { | ||
"pub": "npm publish", | ||
"test": "node -r @babel/register test/format-time.test.js" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # @valjoux/format-time |
Sorry, the diff of this file is not supported yet
Yes
3801
4
11