From 71f70344840abc21ededdf577acff4d24ba0355f Mon Sep 17 00:00:00 2001 From: August Date: Wed, 20 Feb 2019 13:16:41 -0700 Subject: [PATCH] Add "types" key to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3981eaa..4999852 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "author": "Wessel \"wesselgame\" T ", "license": "MIT", "main": "lib/index.js", + "types": "index.d.ts", "files": [ "lib", "LICENSE" ], "bugs": { "url": "https://www.github.com/PassTheWessel/lumah/issues" }, "homepage": "https://www.github.com/PassTheWessel/lumah#readme", @@ -14,4 +15,4 @@ }, "scripts": { "test": "node ./test.js" }, "keywords": [ "test", "console", "lumah", "testing", "framework", "async", "lightweight" ] -} \ No newline at end of file +}