os-detect 2.0.1 → 2.0.2

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 +18 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -214,14 +214,28 @@ detectIsIOS() // use this instead
214
214
 
215
215
  ---
216
216
 
217
+ ## License
218
+
219
+ MIT
220
+
221
+ ---
222
+
217
223
  ## Author
218
224
 
219
225
  Danil Lisin Vladimirovich aka Macrulez
220
226
 
221
- GitHub: [macrulezru](https://github.com/macrulezru)
227
+ GitHub: [macrulezru](https://github.com/macrulezru) · Website: [macrulez.ru/en](https://macrulez.ru/en)
222
228
 
223
- Website: [macrulez.ru](https://macrulez.ru/)
229
+ Bugs and questions — [issues](https://github.com/macrulezru/os-detect/issues)
224
230
 
225
- ## License
231
+ ---
226
232
 
227
- MIT
233
+ ## 💖 Support the project
234
+
235
+ Open source takes time and effort. If my work saves you time or brings value, consider supporting further development.
236
+
237
+ <a href="https://donate.cryptocloud.plus/M6O34NIN" target="_blank">
238
+ <img src="https://img.shields.io/badge/Donate-CryptoCloud-8A2BE2?style=for-the-badge&logo=cryptocurrency&logoColor=white" alt="Donate via CryptoCloud">
239
+ </a>
240
+
241
+ Thank you for being part of this journey. ❤️
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "os-detect",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Simple OS and device type detection for browsers (no dependencies)",
5
5
  "author": "macrulez",
6
6
  "license": "MIT",