how about now?
This commit is contained in:
parent
b30aa27ea8
commit
b3a1500538
0
src/index.d.ts → index.d.ts
vendored
0
src/index.d.ts → index.d.ts
vendored
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user