Comparing version 1.0.2 to 1.0.3
@@ -6,6 +6,18 @@ { | ||
"name": "shurley", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Validate or fix URLs from user input. People make mistakes!", | ||
"license": "ISC", | ||
"author": "Bruno Bernardino <me@brunobernardino.com>", | ||
"keywords": [ | ||
"url", | ||
"fix", | ||
"parser", | ||
"fixer", | ||
"validator", | ||
"lax", | ||
"user-input", | ||
"url-parser", | ||
"url-fixer", | ||
"url-lax-parser" | ||
], | ||
"repository": { | ||
@@ -12,0 +24,0 @@ "type": "git", |
# Shurley | ||
[![](https://github.com/BrunoBernardino/shurley/workflows/Run%20Tests/badge.svg)](https://github.com/BrunoBernardino/shurley/actions?workflow=Run+Tests) | ||
[![](https://github.com/BrunoBernardino/shurley/workflows/Run%20Tests/badge.svg)](https://github.com/BrunoBernardino/shurley/actions?workflow=Run+Tests) [![deno](https://shield.deno.dev/x/shurley)](https://deno.land/x/shurley) [![npm](https://img.shields.io/npm/v/shurley.svg)](https://www.npmjs.com/package/shurley) | ||
@@ -26,3 +26,3 @@ > I'll give you the right URL, but [don't call me Shirley!](https://www.youtube.com/watch?v=ixljWVyPby0) | ||
```ts | ||
import shurley from 'https://deno.land/x/shurley@1.0.2/mod.ts'; | ||
import shurley from 'https://deno.land/x/shurley@1.0.3/mod.ts'; | ||
@@ -59,2 +59,2 @@ const parsedUrl = shurley.parse('example.com'); | ||
Just run `make publish VERSION=x.y.z`, then commit + push. | ||
After committing and pushing, just run `make publish VERSION=x.y.z`. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4219