Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arttse committed Mar 9, 2019
1 parent 257359a commit 61febbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "is-url-protocol-without-slashes",
"version": "1.0.3",
"version": "2.0.0",
"description": "Checks for the presence of URL protocol without a slashes (colon-slash-slash)",
"main": "index.js",
"types": "index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# is-url-protocol-without-slashes
[![install size](https://packagephobia.now.sh/badge?p=is-url-protocol-without-slashes)](https://packagephobia.now.sh/result?p=is-url-protocol-without-slashes)
[![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)
[![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)
[![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)

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

0 comments on commit 61febbf

Please sign in to comment.