Comparing version 2.0.4 to 2.0.5
@@ -61,5 +61,2 @@ const URL = require('url').URL; | ||
const urlObject = new URL(url); | ||
console.log(urlObject); | ||
const path = urlObject.pathname.split('/'); | ||
@@ -66,0 +63,0 @@ const lastSegment = path[path.length - 1]; |
{ | ||
"name": "brembo", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "A simple utility for building URLs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
4012
83