Added type declaration reference to package.json

This commit is contained in:
Nicolai Ort 2020-12-23 16:52:34 +01:00
parent a938778213
commit 91babfd552

View File

@ -4,6 +4,7 @@
"version": "0.0.4", "version": "0.0.4",
"license": "CC-BY-NC-SA-4.0", "license": "CC-BY-NC-SA-4.0",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://git.odit.services/lfk/lfk-client-js" "url": "git+https://git.odit.services/lfk/lfk-client-js"