From 7c4ebbd6c561ed02b5ac584591b2459942d1922d Mon Sep 17 00:00:00 2001 From: fox-cat Date: Fri, 24 Jul 2020 21:53:05 -0700 Subject: [PATCH] add ms (#1571) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index caccd4b..77b2f55 100644 --- a/packages.json +++ b/packages.json @@ -18809,5 +18809,20 @@ "description": "zopflipng-like png optimization", "license": "MIT", "web": "https://github.com/bung87/zopflipng" + }, + { + "name": "ms", + "url": "https://github.com/fox-cat/ms", + "method": "git", + "tags": [ + "library", + "time", + "format", + "ms" + ], + "description": "Convert various time formats to milliseconds", + "license": "MIT", + "web": "https://fox-cat.github.io/ms/", + "doc": "https://fox-cat.github.io/ms/" } ]