diff --git a/package.json b/package.json index 3e85be7..9feb071 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "types:": "timestring.d.ts", + "types:": "./timestring.d.ts", "name": "@navy.gif/timestring", "version": "6.0.2", "description": "Parse a human readable time string into a time based value", - "main": "index.js", + "main": "./index.js", "scripts": { "cover": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -x test.js test.js", "dev": "watch 'clear; npm test -s;' ./ -d",