@dword-design/tester-plugin-tmp-dir 2.1.0 → 2.1.4
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.
- package/LICENSE.md +1 -1
- package/README.md +8 -8
- package/package.json +3 -3
package/LICENSE.md
CHANGED
package/README.md
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
<!-- /TITLE -->
|
4
4
|
|
5
5
|
<!-- BADGES/ -->
|
6
|
-
|
6
|
+
<p>
|
7
7
|
<a href="https://npmjs.org/package/@dword-design/tester-plugin-tmp-dir">
|
8
8
|
<img
|
9
9
|
src="https://img.shields.io/npm/v/@dword-design/tester-plugin-tmp-dir.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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
46
|
+
width="163"
|
47
47
|
>
|
48
48
|
</a>
|
49
49
|
</p>
|
@@ -79,21 +79,21 @@ Hey, I am Sebastian Landwehr, a freelance web developer, and I love developing w
|
|
79
79
|
<img
|
80
80
|
src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg"
|
81
81
|
alt="Buy Me a Coffee"
|
82
|
-
|
82
|
+
width="114"
|
83
83
|
>
|
84
84
|
</a> If you want to send me a one time donation. The coffee is pretty good 😊.<br/>
|
85
85
|
<a href="https://paypal.me/SebastianLandwehr">
|
86
86
|
<img
|
87
87
|
src="https://sebastianlandwehr.com/images/paypal.svg"
|
88
88
|
alt="PayPal"
|
89
|
-
|
89
|
+
width="163"
|
90
90
|
>
|
91
91
|
</a> Also for one time donations if you like PayPal.<br/>
|
92
92
|
<a href="https://www.patreon.com/dworddesign">
|
93
93
|
<img
|
94
94
|
src="https://sebastianlandwehr.com/images/patreon.svg"
|
95
95
|
alt="Patreon"
|
96
|
-
|
96
|
+
width="163"
|
97
97
|
>
|
98
98
|
</a> Here you can support me regularly, which is great so I can steadily work on projects.
|
99
99
|
</p>
|
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dword-design/tester-plugin-tmp-dir",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.4",
|
4
4
|
"repository": "dword-design/tester-plugin-tmp-dir",
|
5
|
-
"funding": "https://
|
5
|
+
"funding": "https://github.com/sponsors/dword-design",
|
6
6
|
"license": "MIT",
|
7
|
-
"author": "Sebastian Landwehr <info@
|
7
|
+
"author": "Sebastian Landwehr <info@sebastianlandwehr.com>",
|
8
8
|
"main": "dist/index.js",
|
9
9
|
"files": [
|
10
10
|
"dist"
|