Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 546dd6f

Browse files
committed
fix: remove tests from dist
1 parent f8d57d8 commit 546dd6f

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

.npmignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111
"type": "module",
1212
"main": "dist/index.js",
1313
"module": "dist/index.js",
14+
"files": [
15+
"dist/TDSClient.js",
16+
"dist/definitions",
17+
"dist/libs",
18+
"dist/resources",
19+
"dist/submodules"
20+
],
1421
"exports": {
1522
".": {
1623
"import": "./dist/index.js",

0 commit comments

Comments
 (0)