From 743a5442cf91cc8c5abdcc6062508c66ea853602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Mon, 27 Jun 2022 12:24:14 +0300 Subject: [PATCH] 6.0.1 For some reason I get an error from npm when publishing 6.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0a6f640..ae74bff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-url", - "version": "6.0.0", + "version": "6.0.1", "description": "An advanced url parser supporting git urls too.", "main": "lib/index.js", "directories": { @@ -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." ] } -} \ No newline at end of file +}