Skip to content

Commit a78bd03

Browse files
[DEV] Updates
1 parent 3457789 commit a78bd03

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,16 @@
3030
]
3131
},
3232
"author": "WebDevNerdStuff & Bunnies... lots and lots of bunnies! <[email protected]> (https://webdevnerdstuff.com)",
33-
"funding": [],
33+
"funding": [
34+
{
35+
"type": "paypal",
36+
"url": "https://paypal.me/webdevnerdstuff"
37+
},
38+
{
39+
"type": "patreon",
40+
"url": "https://www.patreon.com/WebDevNerdStuff"
41+
}
42+
],
3443
"license": "MIT",
3544
"files": [
3645
"dist/*",

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
"node_modules"
7171
],
7272
"include": [
73-
"src/playground/PlaygroundPage.vue",
7473
"src/plugin/**/*.ts",
7574
"src/plugin/**/*.tsx",
7675
"src/plugin/**/*.vue"

0 commit comments

Comments
 (0)