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

Commit 90e98c4

Browse files
authored
Merge pull request #58 from dubisdev/fix-remove-tests-from-distribution
fix: remove tests from dist
2 parents 9a67e30 + a4fe576 commit 90e98c4

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

.npmignore

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

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "todoist-rest-client",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "A simple todoist-rest-api client",
55
"author": "dubisdev",
66
"license": "MIT",
@@ -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)