mime-types-lite 1.5.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 +15 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -171,7 +171,21 @@ app.listen(3000, () => console.log('Server running on port 3000'));
171
171
 
172
172
  ## License
173
173
 
174
- 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/).
175
189
 
176
190
  ---
177
191
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mime-types-lite",
3
- "version": "1.5.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",