fix: add types in export
This commit is contained in:
parent
8ccc1285fb
commit
1418957674
|
@ -2,7 +2,7 @@
|
|||
"name": "diawi-nodejs-uploader",
|
||||
"version": "0.0.1",
|
||||
"author": "Andrey Ponomarenko",
|
||||
"main": "dist/core/index.js",
|
||||
"main": "dist/index.js",
|
||||
"description": "A nodejs integration with Diawi app distribution api",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
export * from './core';
|
||||
export * from './types';
|
|
@ -16,7 +16,7 @@
|
|||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"include": [
|
||||
"src/core/*"
|
||||
"src/*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
|
|
Loading…
Reference in New Issue