Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
vladkens committed May 13, 2023
1 parent 1595dc8 commit be1a22f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ on:
- "*"
tags-ignore:
- "v*"
paths:
- "src/**.ts"
- "tests/**.ts"
- ".github/workflows/**"
pull_request:
workflow_dispatch:

jobs:
test:
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "url-normalize",
"version": "1.1.0",
"version": "1.1.1",
"author": "Vlad Pronsky <[email protected]>",
"repository": "vladkens/url-normalize",
"description": "Normalize URLs to a standardized form by removing unnecessary characters, decoding encoded characters, removing default index pages, removing trailing slashes, and more.",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<a href="https://packagephobia.now.sh/result?p=url-normalize">
<img src="https://badgen.net/packagephobia/publish/url-normalize" alt="size" />
</a>
<a href="https://npmjs.org/package/url-normalize">
<!-- <a href="https://npmjs.org/package/url-normalize">
<img src="https://badgen.net/npm/dm/url-normalize" alt="downloads" />
</a>
</a> -->
<a href="https://npmjs.org/package/url-normalize">
<img src="https://badgen.net/npm/licence/url-normalize" alt="license" />
</a>
Expand Down

0 comments on commit be1a22f

Please sign in to comment.