mirror of
https://github.com/status-im/diawi-nodejs-uploader.git
synced 2025-02-16 15:07:01 +00:00
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": {
|
||||
|
2
src/index.ts
Normal file
2
src/index.ts
Normal file
@ -0,0 +1,2 @@
|
||||
export * from './core';
|
||||
export * from './types';
|
@ -16,7 +16,7 @@
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"include": [
|
||||
"src/core/*"
|
||||
"src/*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
|
Loading…
x
Reference in New Issue
Block a user