Skip to content

Commit eeb29cb

Browse files
[TASKSCLOUD-649] - Changed package structure.
1 parent 4ea9ac7 commit eeb29cb

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Aspose.Tasks Cloud SDK for Node.js",
55
"homepage": "https://products.aspose.cloud/tasks",
66
"readmeFilename": "README.md",
7-
"main": "dist/src/api.js",
8-
"types": "dist/src/api.d.ts",
7+
"main": "dist/src/index.js",
8+
"types": "dist/src/index.d.ts",
99
"scripts": {
1010
"test": "mocha -r ts-node/register test/**/*.ts --no-timeouts",
1111
"compile": "tsc --build tsconfig.json"

src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export * from './model/model'
2+
export * from './api'
3+
export * from './internal/auth'
4+
export * from './internal/configuration'
5+
export * from './internal/objectSerializer'
6+
export * from './internal/requestHelper'

0 commit comments

Comments
 (0)