Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parse-url 6.0.0 #30

Merged
merged 4 commits into from Jun 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -292,22 +292,22 @@ If you are using this library in one of your projects, add it in this list. :spa
- `cli-live-tutorial`
- `@buganto/client`
- `@datalogic/react-native-datalogic-module`
- `@ndla/source-map-resolver`
- `birken-react-native-community-image-editor`
- `native-kakao-login`
- `react-native-modal-progress-bar`
- `cv-app-payment-adyen`
- `react-native-flyy`
- `react-native-dsphoto-module`
- `@hawkingnetwork/react-native-tab-view`
- `miguelcostero-ng2-toasty`
- `vue-cli-plugin-ut-builder`
- `cv-app-payment-adyen`
- `react-native-flyy`
- `drowl-base-theme-iconset`
- `gitlab-backup-util-harduino`
- `loast`
- `rn-custom-tabview`
- `homebridge-pushcutter`
- `soajs.repositories`
- `@ntt_app/react-native-custom-notification`
- `@ndla/source-map-resolver`



Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "parse-url",
"version": "5.0.6",
"version": "6.0.0",
"description": "An advanced url parser supporting git urls too.",
"main": "lib/index.js",
"directories": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"is-ssh": "^1.3.0",
"normalize-url": "4.5.0",
"normalize-url": "^6.1.0",
"parse-path": "^4.0.0",
"protocols": "^1.4.0"
},
Expand Down