8000 chore: add funding link · vue-macros/vue-macros@ea8bc80 · GitHub
[go: up one dir, main page]

Skip to content

Commit ea8bc80

Browse files
committed
chore: add funding link
1 parent 66871a2 commit ea8bc80

File tree

38 files changed

+74
-36
lines changed

38 files changed

+74
-36
lines changed

monoman.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export default defineConfig([
7979
directory: `packages/${pkgName}`,
8080
}
8181
// data.author = '三咲智子 Kevin Deng <sxzz@sxzz.moe>'
82+
data.funding = 'https://github.com/sponsors/vue-macros'
8283
data.engines = { node: '>=20.18.0' }
8384

8485
data.files =< F438 /span> ['dist']

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"description": "Monorepo for Vue Macros.",
77
"type": "module",
88
"author": "三咲智子 Kevin Deng <sxzz@sxzz.moe>",
9+
"funding": "https://github.com/sponsors/vue-macros",
910
"scripts": {
1011
"build": "pnpm run --filter=\"./packages/*\" --parallel build",
1112
"dev": "pnpm run --filter=\"./packages/*\" --parallel dev",

packages/api/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@
5454
},
5555
"engines": {
5656
"node": ">=20.18.0"
57-
}
57+
},
58+
"funding": "https://github.com/sponsors/vue-macros"
5859
}

packages/astro/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,6 @@
6363
},
6464
"engines": {
6565
"node": ">=20.18.0"
66-
}
66+
},
67+
"funding": "https://github.com/sponsors/vue-macros"
6768
}

packages/better-define/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,6 @@
9999
},
100100
"engines": {
101101
"node": ">=20.18.0"
102-
}
102+
},
103+
"funding": "https://github.com/sponsors/vue-macros"
103104
}

packages/boolean-prop/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,6 @@
8585
},
8686
"engines": {
8787
"node": ">=20.18.0"
88-
}
88+
},
89+
"funding": "https://github.com/sponsors/vue-macros"
8990
}

packages/chain-call/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,6 @@
105105
},
106106
"engines": {
107107
"node": ">=20.18.0"
108-
}
108+
},
109+
"funding": "https://github.com/sponsors/vue-macros"
109110
}

packages/common/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,6 @@
6969
},
7070
"engines": {
7171
"node": ">=20.18.0"
72-
}
72+
},
73+
"funding": "https://github.com/sponsors/vue-macros"
7374
}

packages/config/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,6 @@
108108
},
109109
"engines": {
110110
"node": ">=20.18.0"
111-
}
111+
},
112+
"funding": "https://github.com/sponsors/vue-macros"
112113
}

packages/define-emit/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,6 @@
111111
},
112112
"engines": {
113113
"node": ">=20.18.0"
114-
}
114+
},
115+
"funding": "https://github.com/sponsors/vue-macros"
115116
}

packages/define-models/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,6 @@
118118
},
119119
"engines": {
120120
"node": ">=20.18.0"
121-
}
121+
},
122+
"funding": "https://github.com/sponsors/vue-macros"
122123
}

packages/define-options/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,6 @@
109109
},
110110
"engines": {
111111
"node": ">=20.18.0"
112-
}
112+
},
113+
"funding": "https://github.com/sponsors/vue-macros"
113114
}

packages/define-prop/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,6 @@
112112
},
113113
"engines": {
114114
"node": ">=20.18.0"
115-
}
115+
},
116+
"funding": "https://github.com/sponsors/vue-macros"
116117
}

packages/define-props-refs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,6 @@
111111
},
112112
"engines": {
113113
"node": ">=20.18.0"
114-
}
114+
},
115+
"funding": "https://github.com/sponsors/vue-macros"
115116
}

packages/define-props/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,6 @@
113113
},
114114
"engines": {
115115
"node": ">=20.18.0"
116-
}
116+
},
117+
"funding": "https://github.com/sponsors/vue-macros"
117118
}

packages/define-render/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,6 @@
111111
},
112112
"engines": {
113113
"node": ">=20.18.0"
114-
}
114+
},
115+
"funding": "https://github.com/sponsors/vue-macros"
115116
}

packages/define-slots/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,6 @@
111111
},
112112
"engines": {
113113
"node": ">=20.18.0"
114-
}
114+
},
115+
"funding": "https://github.com/sponsors/vue-macros"
115116
}

packages/define-stylex/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,6 @@
109109
},
110110
"engines": {
111111
"node": ">=20.18.0"
112-
}
112+
},
113+
"funding": "https://github.com/sponsors/vue-macros"
113114
}

packages/devtools/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,6 @@
7171
},
7272
"engines": {
7373
"node": ">=20.18.0"
74-
}
74+
},
75+
"funding": "https://github.com/sponsors/vue-macros"
7576
}

packages/eslint-config/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@
5555
},
5656
"engines": {
5757
"node": ">=20.18.0"
58-
}
58+
},
59+
"funding": "https://github.com/sponsors/vue-macros"
5960
}

packages/export-expose/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,6 @@
105105
},
106106
"engines": {
107107
"node": ">=20.18.0"
108-
}
108+
},
109+
"funding": "https://github.com/sponsors/vue-macros"
109110
}

packages/export-props/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,6 @@
104104
},
105105
"engines": {
106106
"node": ">=20.18.0"
107-
}
107+
},
108+
"funding": "https://github.com/sponsors/vue-macros"
108109
}

packages/export-render/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,6 @@
104104
},
105105
"engines": {
106106
"node": ">=20.18.0"
107-
}
107+
},
108+
"funding": "https://github.com/sponsors/vue-macros"
108109
}

packages/hoist-static/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,6 @@
9898
},
9999
"engines": {
100100
"node": ">=20.18.0"
101-
}
101+
},
102+
"funding": "https://github.com/sponsors/vue-macros"
102103
}

packages/jsx-directive/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,6 @@
113113
},
114114
"engines": {
115115
"node": ">=20.18.0"
116-
}
116+
},
117+
"funding": "https://github.com/sponsors/vue-macros"
117118
}

packages/macros/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,6 @@
151151
},
152152
"engines": {
153153
"node": ">=20.18.0"
154-
}
154+
},
155+
"funding": "https://github.com/sponsors/vue-macros"
155156
}

packages/named-template/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,6 @@
102102
},
103103
"engines": {
104104
"node": ">=20.18.0"
105-
}
105+
},
106+
"funding": "https://github.com/sponsors/vue-macros"
106107
}

packages/nuxt/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,6 @@
6363
},
6464
"engines": {
6565
"node": ">=20.18.0"
66-
}
66+
},
67+
"funding": "https://github.com/sponsors/vue-macros"
6768
}

packages/reactivity-transform/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,6 @@
112112
},
113113
"engines": {
114114
"node": ">=20.18.0"
115-
}
115+
},
116+
"funding": "https://github.com/sponsors/vue-macros"
116117
}

packages/script-lang/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,6 @@
107107
},
108108
"engines": {
109109
"node": ">=20.18.0"
110-
}
110+
},
111+
"funding": "https://github.com/sponsors/vue-macros"
111112
}

packages/setup-block/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,6 @@
9999
},
100100
"engines": {
101101
"node": ">=20.18.0"
102-
}
102+
},
103+
"funding": "https://github.com/sponsors/vue-macros"
103104
}

packages/setup-component/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,6 @@
108108
},
109109
"engines": {
110110
"node": ">=20.18.0"
111-
}
111+
},
112+
"funding": "https://github.com/sponsors/vue-macros"
112113
}

packages/setup-sfc/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,6 @@
101101
},
102102
"engines": {
103103
"node": ">=20.18.0"
104-
}
104+
},
105+
"funding": "https://github.com/sponsors/vue-macros"
105106
}

packages/short-bind/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,6 @@
8585
},
8686
"engines": {
8787
"node": ">=20.18.0"
88-
}
88+
},
89+
"funding": "https://github.com/sponsors/vue-macros"
8990
}

packages/short-emits/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,6 @@
105105
},
106106
"engines": {
107107
"node": ">=20.18.0"
108-
}
108+
},
109+
"funding": "https://github.com/sponsors/vue-macros"
109110
}

packages/short-vmodel/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,6 @@
8585
},
8686
"engines": {
8787
"node": ">=20.18.0"
88-
}
88+
},
89+
"funding": "https://github.com/sponsors/vue-macros"
8990
}

packages/test-utils/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,6 @@
6262
},
6363
"engines": {
6464
"node": ">=20.18.0"
65-
}
65+
},
66+
"funding": "https://github.com/sponsors/vue-macros"
6667
}

packages/volar/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,5 +209,6 @@
209209
},
210210
"meta": {
211211
"skipExports": true
212-
}
212+
},
213+
"funding": "https://github.com/sponsors/vue-macros"
213214
}

0 commit comments

Comments
 (0)
0