@tinyhttp/type-is 2.0.3 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @tinyhttp/type-is
2
2
 
3
- > [`type-is`](https://github.com/jshttp/type-is) rewrite in TypeScript with ESM and CommonJS targets.
3
+ > [`type-is`](https://github.com/jshttp/type-is) rewrite in TypeScript.
4
4
 
5
5
  Infer the content-type of a request.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinyhttp/type-is",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "type": "module",
5
5
  "description": "TypeScript rewrite of type-is with CJS and ESM targets",
6
6
  "homepage": "https://tinyhttp.v1rtl.site",
@@ -33,5 +33,6 @@
33
33
  },
34
34
  "scripts": {
35
35
  "build": "rollup -c"
36
- }
36
+ },
37
+ "readme": "# @tinyhttp/type-is\n\n> [`type-is`](https://github.com/jshttp/type-is) rewrite in TypeScript.\n\nInfer the content-type of a request.\n\n## Install\n\n```sh\npnpm i @tinyhttp/type-is\n```\n"
37
38
  }