Skip to content

Commit

Permalink
⬆️ 5.0.8 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Jun 6, 2022
1 parent e8dbac1 commit 91051cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "parse-url",
"version": "6.0.0",
"version": "5.0.8",
"description": "An advanced url parser supporting git urls too.",
"main": "lib/index.js",
"directories": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"is-ssh": "^1.3.0",
"normalize-url": "^6.1.0",
"parse-path": "^4.0.0",
"parse-path": "^4.0.4",
"protocols": "^1.4.0"
},
"files": [
Expand All @@ -56,4 +56,4 @@
"For low-level path parsing, check out [`parse-path`](https://github.com/IonicaBizau/parse-path). This very module is designed to parse urls. By default the urls are normalized."
]
}
}
}

0 comments on commit 91051cf

Please sign in to comment.