Add "types" key to package.json

This commit is contained in:
August
2019-02-20 13:16:41 -07:00
committed by GitHub
parent f647efcc75
commit 71f7034484

View File

@@ -5,6 +5,7 @@
"author": "Wessel \"wesselgame\" T <discord@go2it.eu>", "author": "Wessel \"wesselgame\" T <discord@go2it.eu>",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"types": "index.d.ts",
"files": [ "lib", "LICENSE" ], "files": [ "lib", "LICENSE" ],
"bugs": { "url": "https://www.github.com/PassTheWessel/lumah/issues" }, "bugs": { "url": "https://www.github.com/PassTheWessel/lumah/issues" },
"homepage": "https://www.github.com/PassTheWessel/lumah#readme", "homepage": "https://www.github.com/PassTheWessel/lumah#readme",
@@ -14,4 +15,4 @@
}, },
"scripts": { "test": "node ./test.js" }, "scripts": { "test": "node ./test.js" },
"keywords": [ "test", "console", "lumah", "testing", "framework", "async", "lightweight" ] "keywords": [ "test", "console", "lumah", "testing", "framework", "async", "lightweight" ]
} }