diff --git a/package.json b/package.json index 059bdaf..1a6ae3b 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { "name": "logger", - "version": "1.0.0", + "version": "1.0.1", "description": "", "main": "out/index.js", + "types": "out/index.d.ts", "scripts": { - "build": "npm tsc", + "build": "tsc", "test": "node out/test.js" }, "repository": { @@ -17,4 +18,4 @@ "@types/node": "^8.0.24", "typescript": "^2.4.2" } -} +} \ No newline at end of file