Skip to content

Commit 61febbf

Browse files
committed
v2.0.0
1 parent 257359a commit 61febbf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "is-url-protocol-without-slashes",
3-
"version": "1.0.3",
3+
"version": "2.0.0",
44
"description": "Checks for the presence of URL protocol without a slashes (colon-slash-slash)",
55
"main": "index.js",
66
"types": "index.d.ts",

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# is-url-protocol-without-slashes
2-
[![install size](https://packagephobia.now.sh/badge?p=is-url-protocol-without-slashes)](https://packagephobia.now.sh/result?p=is-url-protocol-without-slashes)
3-
[![Coverage Status](https://coveralls.io/repos/github/Arttse/node.is-url-protocol-without-slashes/badge.svg?branch=master)](https://coveralls.io/github/Arttse/node.is-url-protocol-without-slashes?branch=master)
2+
[![install size](https://packagephobia.now.sh/badge?p=is-url-protocol-without-slashes@2.0.0)](https://packagephobia.now.sh/result?p=is-url-protocol-without-slashes@2.0.0)
3+
[![Coverage Status](https://coveralls.io/repos/github/Arttse/node.is-url-protocol-without-slashes/badge.svg?branch=v2.0.0)](https://coveralls.io/github/Arttse/node.is-url-protocol-without-slashes?branch=v2.0.0)
44

55
> Node.js module. Checks for the presence of URL protocol without a slashes (colon-slash-slash)
66

0 commit comments

Comments
 (0)