Skip to content

Commit

Permalink
fix(description): added package description
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurchishin committed Oct 14, 2023
1 parent b7d26cb commit 7ef700d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![AnyLint Logo](https://res.cloudinary.com/da0ggymug/image/upload/v1695855927/safetch_full.png)
![Safetch Logo](https://res.cloudinary.com/da0ggymug/image/upload/v1695855927/safetch_full.png)

**Safetch** is a TypeScript library that provide typesafe [fetch](https://developer.mozilla.org/en-US/docs/Web/API/fetch) and [URL](https://developer.mozilla.org/en-US/docs/Web/API/URL) API. All API is immutable and typesafe.

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "1.0.0",
"license": "MIT",
"author": "Yurii Rybak",
"description": "Type-Safe Fetch & URL API",
"homepage": "https://github.com/Yurchishin/safetch",
"repository": {
"type": "git",
Expand Down Expand Up @@ -64,4 +65,4 @@
"access": "public",
"@anylint:registry": "https://registry.npmjs.org"
}
}
}

0 comments on commit 7ef700d

Please sign in to comment.