From 61c03e59a1006f64f24f02f4b9145ba9cc576967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Mon, 10 Mar 2025 02:01:54 +0800 Subject: [PATCH] chore(resolve-types): add funding field --- packages/babel-plugin-resolve-type/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/babel-plugin-resolve-type/package.json b/packages/babel-plugin-resolve-type/package.json index 0879992..396339f 100644 --- a/packages/babel-plugin-resolve-type/package.json +++ b/packages/babel-plugin-resolve-type/package.json @@ -2,7 +2,8 @@ "name": "@vue/babel-plugin-resolve-type", "version": "1.3.0", "description": "Babel plugin for resolving Vue types.", - "author": "三咲智子 ", + "author": "三咲智子 Kevin Deng ", + "funding": "https://github.com/sponsors/sxzz", "homepage": "https://github.com/vuejs/babel-plugin-jsx/tree/dev/packages/babel-plugin-resolve-type#readme", "license": "MIT", "main": "dist/index.js",