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

Commit bf33d6f

Browse files
authored
Fix extensions (#63)
1 parent c8cee44 commit bf33d6f

File tree

10 files changed

+2
-2
lines changed

10 files changed

+2
-2
lines changed

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.5",
3+
"version": "3.0.6",
44
"type": "module",
55
"description": "A simple todoist-rest-api client",
66
"author": "dubisdev",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import TDSClient from "./TDSClient.js";
22

33
export * from "./resources/index.js";
4-
export * from "./definitions/index.js";
4+
//export * from "./definitions/index.js";
55
export default TDSClient;

0 commit comments

Comments
 (0)