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

Commit 9a67e30

Browse files
authored
Merge pull request #57 from dubisdev/fix-remove-tests-from-distribution
fix: remove tests from npm distribution
2 parents 2859333 + f8d57d8 commit 9a67e30

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
tsconfig.json
1010
jest.config.mjs
1111
coverage/
12+
__tests__/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "todoist-rest-client",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A simple todoist-rest-api client",
55
"author": "dubisdev",
66
"license": "MIT",

0 commit comments

Comments
 (0)