Skip to content

Commit

Permalink
Merge pull request #20 from Shivanshu-lambdatest/master
Browse files Browse the repository at this point in the history
added package lock and fixed lint errors
  • Loading branch information
Shivanshu-lambdatest authored Aug 5, 2022
2 parents 2b0e3ad + 673003a commit cebc582
Show file tree
Hide file tree
Showing 5 changed files with 2,685 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
*.DS_Store
*.log
.vscode/
package-lock.json
/.lambdatest
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
.gitignore
.git/
/node_modules/
/.lambdatest
/.lambdatest
/.circleci
/.github/workflow
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ declare module "@lambdatest/node-tunnel" {
class Tunnel {
start(options: Partial<Options>, callback: (error?: Error) => void): void;
isRunning(): boolean;
stop(callback: (error?: Error, status: boolean) => void): Promise<void>;
stop(callback: (status: boolean, error?: Error) => void): Promise<void>;
}
}

Loading

0 comments on commit cebc582

Please sign in to comment.