package file pls
This commit is contained in:
parent
2c5af27763
commit
7d888d302e
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"types:": "timestring.d.ts",
|
"types:": "./timestring.d.ts",
|
||||||
"name": "@navy.gif/timestring",
|
"name": "@navy.gif/timestring",
|
||||||
"version": "6.0.2",
|
"version": "6.0.2",
|
||||||
"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": "index.js",
|
"main": "./index.js",
|
||||||
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user