We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3457789 commit a78bd03Copy full SHA for a78bd03
package.json
@@ -30,7 +30,16 @@
30
]
31
},
32
"author": "WebDevNerdStuff & Bunnies... lots and lots of bunnies! <[email protected]> (https://webdevnerdstuff.com)",
33
- "funding": [],
+ "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
+ ],
43
"license": "MIT",
44
"files": [
45
"dist/*",
tsconfig.json
@@ -70,7 +70,6 @@
70
"node_modules"
71
],
72
"include": [
73
- "src/playground/PlaygroundPage.vue",
74
"src/plugin/**/*.ts",
75
"src/plugin/**/*.tsx",
76
"src/plugin/**/*.vue"
0 commit comments