diff --git a/.npmignore b/.npmignore index 1ad53f8..ae791a9 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1,4 @@ test -src \ No newline at end of file +src +test.js +test.ts \ No newline at end of file diff --git a/src/test.ts b/src/test.ts index d3d8c90..b44cd02 100644 --- a/src/test.ts +++ b/src/test.ts @@ -1,5 +1,5 @@ import TNC from "./index.js"; -let client = new TNC({ customURL: "http://localhost:9999", token: "3Wi7CcCZyTdBWHZMhjB0BXvkScJKQq5W0CvMUYvnJUKhiuj2TpNMYd3JRbQe6MCR" }); +let client = new TNC({ customURL: "http://localhost:9999", token: "" }); client.connect(); // console.log(await client.credits.balance(2)); \ No newline at end of file