fix: include main property in package.json

This commit is contained in:
Andrey Ponomarenko 2020-09-25 10:18:54 +03:00
parent b0c2bc9810
commit ba27bc9b19
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
{
"name": "diawi-nodejs-uploader",
"version": "0.0.1",
"main": "index.js",
"author": "Andrey Ponomarenko",
"main": "dist/core/index.js",
"description": "A nodejs integration with Diawi app distribution api",
"license": "MIT",
"repository": {