how about now?

This commit is contained in:
Erik 2022-07-29 16:58:04 +03:00
parent b30aa27ea8
commit b3a1500538
Signed by: Navy.gif
GPG Key ID: 811EC0CD80E7E5FB
3 changed files with 7 additions and 2 deletions

View File

View File

@ -1,8 +1,9 @@
{ {
"name": "@navy.gif/timestring", "name": "@navy.gif/timestring",
"version": "6.0.4", "version": "6.0.5",
"description": "Parse a human readable time string into a time based value", "description": "Parse a human readable time string into a time based value",
"main": "./src/index.js", "main": "./index.js",
"types": "./index.d.ts",
"scripts": { "scripts": {
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -x test.js test.js", "cover": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -x test.js test.js",
"dev": "watch 'clear; npm test -s;' ./ -d", "dev": "watch 'clear; npm test -s;' ./ -d",
@ -19,6 +20,10 @@
"bugs": { "bugs": {
"url": "https://github.com/Navy-gif/timestring/issues" "url": "https://github.com/Navy-gif/timestring/issues"
}, },
"files": [
"index.js",
"index.d.ts"
],
"keywords": [ "keywords": [
"time", "time",
"timestring", "timestring",