Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops committed Mar 23, 2022
1 parent caaafed commit adccb32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "url-join",
"version": "4.0.1",
"version": "5.0.0",
"description": "Join urls and normalize as in path.join.",
"type": "module",
"main": "./lib/url-join.js",
Expand All @@ -13,7 +13,9 @@
"scripts": {
"test": "mocha --require should"
},
"files": ["lib"],
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git://github.com/jfromaniello/url-join.git"
Expand Down

0 comments on commit adccb32

Please sign in to comment.