fix: resolve publint issues

This commit is contained in:
三咲智子 Kevin Deng
2025-03-10 02:09:16 +08:00
parent 61c03e59a1
commit 9ca7f4b7fe
4 changed files with 15 additions and 3 deletions

View File

@ -1,6 +1,7 @@
{
"name": "@vue/babel-helper-vue-transform-on",
"version": "1.3.0",
"type": "commonjs",
"description": "to help transform on",
"author": "Amour1688 <lcz_1996@foxmail.com>",
"license": "MIT",
@ -8,6 +9,6 @@
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/babel-plugin-jsx"
"url": "git+https://github.com/vuejs/babel-plugin-jsx.git"
}
}