Skip to content

Commit

Permalink
Revert "Add proxy support"
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-Mcl authored Jun 11, 2024
1 parent 66b148e commit 2540b8e
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 402 deletions.
240 changes: 34 additions & 206 deletions package-lock.json

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

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
"description": "Node-RED file nodes packaged for FlowFuse",
"main": "index.js",
"scripts": {
"test": "npm run test:files && npm run test:memory && npm run test:utils",
"test": "npm run test:files && npm run test:memory",
"test:memory": "mocha 'test/memory_spec.js' --timeout 5000",
"test:files": "mocha 'test/file_spec.js' --timeout 5000",
"test:utils": "mocha 'test/utils_spec.js' --timeout 5000",
"lint": "eslint -c .eslintrc *.js test/*.js",
"lint:fix": "eslint -c .eslintrc *.js test/*.js --fix"
},
Expand Down Expand Up @@ -35,9 +34,7 @@
"homepage": "https://github.com/FlowFuse/nr-file-nodes#readme",
"dependencies": {
"got": "11.8.5",
"iconv-lite": "0.6.3",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.4"
"iconv-lite": "0.6.3"
},
"engines": {
"node": ">=16.x"
Expand Down
Loading

0 comments on commit 2540b8e

Please sign in to comment.