mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-12-13 00:48:58 +08:00
This reverts commit b0cdddae94.
This commit is contained in:
@@ -6,15 +6,14 @@
|
||||
"homepage": "https://github.com/vuejs/jsx-next/tree/dev/packages/babel-plugin-jsx#readme",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"unpkg": "dist/vue-jsx.min.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/jsx-next.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rm -rf dist && tsc && rollup -c rollup.config.js",
|
||||
"build": "tsc",
|
||||
"lint": "eslint 'src/*.ts'",
|
||||
"test": "yarn build && jest --coverage && jest --clearCache && MODE=umd jest --coverage",
|
||||
"test": "yarn build && jest --coverage",
|
||||
"prepublishOnly": "yarn build"
|
||||
},
|
||||
"bugs": {
|
||||
@@ -43,11 +42,8 @@
|
||||
"@typescript-eslint/parser": "^4.0.1",
|
||||
"@vue/compiler-dom": "3.0.5",
|
||||
"@vue/test-utils": "2.0.0-beta.2",
|
||||
"esbuild": "^0.12.9",
|
||||
"jest": "^26.0.1",
|
||||
"regenerator-runtime": "^0.13.5",
|
||||
"rollup": "^2.52.2",
|
||||
"rollup-plugin-esbuild": "^4.5.0",
|
||||
"ts-jest": "^26.1.3",
|
||||
"typescript": "^4.2.3",
|
||||
"vue": "3.0.7"
|
||||
|
||||
Reference in New Issue
Block a user