fix: include main property in package.json
This commit is contained in:
parent
b0c2bc9810
commit
ba27bc9b19
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "diawi-nodejs-uploader",
|
"name": "diawi-nodejs-uploader",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"main": "index.js",
|
|
||||||
"author": "Andrey Ponomarenko",
|
"author": "Andrey Ponomarenko",
|
||||||
|
"main": "dist/core/index.js",
|
||||||
"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