Skip to content

Commit 0f52965

Browse files
committed
Fix missing data from package.json
1 parent b52ea6d commit 0f52965

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "enhanced-ms",
33
"version": "4.3.0",
4+
"description": "Convert milliseconds to human-readable duration strings and vice versa",
5+
"keywords": [
6+
"duration",
7+
"format",
8+
"humanize",
9+
"ms",
10+
"parse",
11+
"pretty",
12+
"print",
13+
"readable",
14+
"time"
15+
],
16+
"homepage": "https://github.com/k0d13/enhanced-ms#readme",
17+
"bugs": {
18+
"url": "https://github.com/k0d13/enhanced-ms/issues"
19+
},
20+
"license": "MIT",
21+
"repository": {
22+
"type": "git",
23+
"url": "git+https://github.com/k0d13/enhanced-ms.git"
24+
},
425
"files": [
526
"dist",
627
"!dist/**/*.map"

0 commit comments

Comments
 (0)