get-projectz-readme-section-regex 3.0.2 → 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 (3) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +8 -8
  3. package/package.json +3 -3
package/LICENSE.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Unless stated otherwise all works are:
4
4
 
5
- Copyright &copy; Sebastian Landwehr <info@dword-design.de>
5
+ Copyright &copy; Sebastian Landwehr <info@sebastianlandwehr.com>
6
6
 
7
7
  and licensed under:
8
8
 
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  <!-- /TITLE -->
4
4
 
5
5
  <!-- BADGES/ -->
6
- <p>
6
+ <p>
7
7
  <a href="https://npmjs.org/package/get-projectz-readme-section-regex">
8
8
  <img
9
9
  src="https://img.shields.io/npm/v/get-projectz-readme-section-regex.svg"
@@ -25,25 +25,25 @@
25
25
  <img
26
26
  src="https://gitpod.io/button/open-in-gitpod.svg"
27
27
  alt="Open in Gitpod"
28
- height="32"
28
+ width="114"
29
29
  >
30
30
  </a><a href="https://www.buymeacoffee.com/dword">
31
31
  <img
32
32
  src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg"
33
33
  alt="Buy Me a Coffee"
34
- height="32"
34
+ width="114"
35
35
  >
36
36
  </a><a href="https://paypal.me/SebastianLandwehr">
37
37
  <img
38
38
  src="https://sebastianlandwehr.com/images/paypal.svg"
39
39
  alt="PayPal"
40
- height="32"
40
+ width="163"
41
41
  >
42
42
  </a><a href="https://www.patreon.com/dworddesign">
43
43
  <img
44
44
  src="https://sebastianlandwehr.com/images/patreon.svg"
45
45
  alt="Patreon"
46
- height="32"
46
+ width="163"
47
47
  >
48
48
  </a>
49
49
  </p>
@@ -94,21 +94,21 @@ Hey, I am Sebastian Landwehr, a freelance web developer, and I love developing w
94
94
  <img
95
95
  src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg"
96
96
  alt="Buy Me a Coffee"
97
- height="32"
97
+ width="114"
98
98
  >
99
99
  </a>&nbsp;If you want to send me a one time donation. The coffee is pretty good 😊.<br/>
100
100
  <a href="https://paypal.me/SebastianLandwehr">
101
101
  <img
102
102
  src="https://sebastianlandwehr.com/images/paypal.svg"
103
103
  alt="PayPal"
104
- height="32"
104
+ width="163"
105
105
  >
106
106
  </a>&nbsp;Also for one time donations if you like PayPal.<br/>
107
107
  <a href="https://www.patreon.com/dworddesign">
108
108
  <img
109
109
  src="https://sebastianlandwehr.com/images/patreon.svg"
110
110
  alt="Patreon"
111
- height="32"
111
+ width="163"
112
112
  >
113
113
  </a>&nbsp;Here you can support me regularly, which is great so I can steadily work on projects.
114
114
  </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "get-projectz-readme-section-regex",
3
- "version": "3.0.2",
3
+ "version": "3.0.6",
4
4
  "description": "Returns a regex for Projectz readme sections depending on the section name.",
5
5
  "keywords": [
6
6
  "expression",
@@ -12,9 +12,9 @@
12
12
  "section"
13
13
  ],
14
14
  "repository": "dword-design/get-projectz-readme-section-regex",
15
- "funding": "https://www.buymeacoffee.com/dword",
15
+ "funding": "https://github.com/sponsors/dword-design",
16
16
  "license": "MIT",
17
- "author": "Sebastian Landwehr <info@dword-design.de>",
17
+ "author": "Sebastian Landwehr <info@sebastianlandwehr.com>",
18
18
  "main": "dist/index.js",
19
19
  "files": [
20
20
  "dist"