fix: include types in package.json
This commit is contained in:
parent
3d78f8e58a
commit
34eeaf18b7
|
@ -3,6 +3,7 @@
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"author": "Andrey Ponomarenko",
|
"author": "Andrey Ponomarenko",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
"types": "dist/index.d.ts",
|
||||||
"description": "A nodejs integration with Diawi app distribution api",
|
"description": "A nodejs integration with Diawi app distribution api",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue