Skip to content

Commit adccb32

Browse files
committed
5.0.0
1 parent caaafed commit adccb32

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "url-join",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
44
"description": "Join urls and normalize as in path.join.",
55
"type": "module",
66
"main": "./lib/url-join.js",
@@ -13,7 +13,9 @@
1313
"scripts": {
1414
"test": "mocha --require should"
1515
},
16-
"files": ["lib"],
16+
"files": [
17+
"lib"
18+
],
1719
"repository": {
1820
"type": "git",
1921
"url": "git://github.com/jfromaniello/url-join.git"

0 commit comments

Comments
 (0)