Skip to content

Commit

Permalink
replace ngrok integration with official one
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fischer committed May 22, 2023
1 parent 91e0317 commit 35a9969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/eventsub-ngrok/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"license": "MIT",
"dependencies": {
"@d-fischer/shared-utils": "^3.6.1",
"ngrok": "^4.2.2",
"@ngrok/ngrok": "^0.5.1",
"tslib": "^2.0.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eventsub-ngrok/src/NgrokAdapter.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Enumerable } from '@d-fischer/shared-utils';
import { connect } from '@ngrok/ngrok';
import { ConnectionAdapter } from '@twurple/eventsub-http';
import { connect } from 'ngrok';

/**
* The configuration of the ngrok adapter.
Expand Down

0 comments on commit 35a9969

Please sign in to comment.