mime-types-lite 1.4.0 → 1.5.1

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 +16 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -107,6 +107,7 @@ app.listen(3000, () => console.log('Server running on port 3000'));
107
107
  - `HEIC`: `image/heic`
108
108
  - `WEBP`: `image/webp`
109
109
  - `JPG`: `image/jpeg`
110
+ - `JPEG`: `image/jpeg`
110
111
  - `PNG`: `image/png`
111
112
  - `ICO`: `image/x-icon`
112
113
  - `GIF`: `image/gif`
@@ -170,7 +171,21 @@ app.listen(3000, () => console.log('Server running on port 3000'));
170
171
 
171
172
  ## License
172
173
 
173
- This project is licensed under the `CC BY-NC-ND 4.0`.
174
+ [![by-nc-nd/4.0](https://licensebuttons.net/l/by-nc-nd/4.0/88x31.png)](https://creativecommons.org/licenses/by-nc-nd/4.0/)
175
+
176
+ This project is licensed under the **Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)**.
177
+
178
+ ### You are free to:
179
+
180
+ - **Share** — Copy and redistribute the material in any medium or format.
181
+
182
+ ### Under the following terms:
183
+
184
+ - **Attribution** — You must give appropriate credit, provide a link to the license, and indicate if changes were made.
185
+ - **NonCommercial** — You may not use the material for commercial purposes.
186
+ - **NoDerivatives** — If you remix, transform, or build upon the material, you may not distribute the modified material.
187
+
188
+ For more details, please visit the [Creative Commons License Page](https://creativecommons.org/licenses/by-nc-nd/4.0/).
174
189
 
175
190
  ---
176
191
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mime-types-lite",
3
- "version": "1.4.0",
3
+ "version": "1.5.1",
4
4
  "description": "A collection of common MIME types for use in applications.",
5
5
  "type": "module",
6
6
  "main": "build/index.js",