Skip to content

Commit

Permalink
Use postman-request instead of request (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed May 18, 2023
1 parent 0d1fbad commit 83df3d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"net": "^1.0.2",
"node-cache": "^4.2.0",
"node-ssdp": "^4.0.0",
"postman-request": "^2.88.1-postman.32",
"pretty-bytes": "^5.6.0",
"roku-debug": "^0.18.10",
"roku-deploy": "^3.10.2",
Expand Down
2 changes: 1 addition & 1 deletion src/BrightScriptCommands.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as request from 'request';
import * as request from 'postman-request';
import * as vscode from 'vscode';
import BrightScriptFileUtils from './BrightScriptFileUtils';
import { GlobalStateManager } from './GlobalStateManager';
Expand Down

0 comments on commit 83df3d6

Please sign in to comment.