Skip to content

Commit

Permalink
update https-browserify to ^1.0.0
Browse files Browse the repository at this point in the history
See:
https://github.com/substack/https-browserify/commit/7295a7cf5c0928f8fd7e
24ed8aae17801726e88b

Match Node.js behavior exactly

- Remove unused 'scheme' property
- Throw exception if non-https URL is passed in
- Support string URL arguments
- First argument is always required, so remove code that sets default
object if params doesn't exist
  • Loading branch information
feross committed Apr 4, 2017
1 parent 18e1d65 commit 7c7b4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,7 +39,7 @@
"glob": "^7.1.0",
"has": "^1.0.0",
"htmlescape": "^1.1.0",
"https-browserify": "~0.0.0",
"https-browserify": "^1.0.0",
"inherits": "~2.0.1",
"insert-module-globals": "^7.0.0",
"labeled-stream-splicer": "^2.0.0",
Expand Down

0 comments on commit 7c7b4d4

Please sign in to comment.