讨论加特殊图标

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-03-21 15:55:33 +08:00
parent 7cc2b264d2
commit 27f3bcacbf
272 changed files with 18932 additions and 35894 deletions

View File

@@ -23,7 +23,7 @@ var y = d * 365.25;
* @api public
*/
module.exports = function(val, options) {
module.exports = function (val, options) {
options = options || {};
var type = typeof val;
if (type === 'string' && val.length > 0) {

View File

@@ -1,8 +1,8 @@
{
"name": "ms",
"version": "2.1.2",
"version": "2.1.3",
"description": "Tiny millisecond conversion utility",
"repository": "zeit/ms",
"repository": "vercel/ms",
"main": "./index",
"files": [
"index.js"
@@ -28,10 +28,14 @@
},
"license": "MIT",
"devDependencies": {
"eslint": "4.12.1",
"eslint": "4.18.2",
"expect.js": "0.3.1",
"husky": "0.14.3",
"lint-staged": "5.0.0",
"mocha": "4.0.1"
}
"mocha": "4.0.1",
"prettier": "2.0.5"
},
"__npminstall_done": true,
"_from": "ms@2.1.3",
"_resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz"
}