fix: include types in package.json

This commit is contained in:
Andrey Ponomarenko 2020-09-25 11:40:31 +03:00
parent 3d78f8e58a
commit 34eeaf18b7
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"version": "0.0.1",
"author": "Andrey Ponomarenko",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "A nodejs integration with Diawi app distribution api",
"license": "MIT",
"repository": {