passfather 3.0.5 → 3.0.6

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 +7 -0
  2. package/package.json +11 -5
package/README.md CHANGED
@@ -5,6 +5,13 @@
5
5
 
6
6
  **passfather** is a very fast and powerful utility with zero dependencies, designed to generate strong passwords or random strings.
7
7
 
8
+ > **passfather is free** and will always remain free <br/>
9
+ > A simple and quick way to support the project is to **buy me a coffee**. <br/>It will take no more than 5 minutes and will allow the project to keep going
10
+
11
+ <a href="https://buymeacoffee.com/vyushin" target="_blank" title="Buy me a coffee">
12
+ <img height="50" alt="Buy me a coffee" src="https://github.com/vyushin/passfather/assets/8006957/3e894205-6dd9-47da-b547-5ea09353a7dd">
13
+ </a>
14
+
8
15
  ## Table of contents
9
16
  * [Features](#features)
10
17
  * [Installation](#installation)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "passfather",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "description": "Passfather is very fast and powerful utility with zero dependencies to generate strong password",
5
5
  "author": "Evgeny Vyushin <e@vyushin.ru> (https://github.com/vyushin)",
6
6
  "contributors": [
@@ -39,8 +39,14 @@
39
39
  "doc": "./README.md"
40
40
  },
41
41
  "devDependencies": {},
42
- "funding": {
43
- "type": "Patreon",
44
- "url": "https://www.patreon.com/vyushin"
45
- }
42
+ "funding": [
43
+ {
44
+ "type": "buy_me_a_coffee",
45
+ "url": "https://buymeacoffee.com/vyushin"
46
+ },
47
+ {
48
+ "type": "Patreon",
49
+ "url": "https://www.patreon.com/vyushin"
50
+ }
51
+ ]
46
52
  }