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 = ['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
}

0 commit comments

Comments
 (0)