Skip to content

Commit

Permalink
fix TS definition
Browse files Browse the repository at this point in the history
  • Loading branch information
alessioC42 committed Sep 9, 2023
1 parent 5dc0cd6 commit 0097a30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
11 changes: 0 additions & 11 deletions SPHclient.d.ts

This file was deleted.

4 changes: 3 additions & 1 deletion SPHclient.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export class SPHclient {
class SPHclient {
AJAX_LOGIN_INTERVAL_TIME = 30000; // 30s
ajaxInterval;
logged_in = false;
Expand Down Expand Up @@ -264,3 +264,5 @@ export class SPHclient {
}
}
}

module.exports = SPHclient;
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
"main": "SPHclient.js",
"files": [
"SPHclient.js",
"SPHclient.d.ts",
"readme.md"
"readme.md",
"LICENSE"
],
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/alessioC42/SPHclient.git"
Expand Down

0 comments on commit 0097a30

Please sign in to comment.