chore: remove jsx.d.ts from package.files (#512)

This commit is contained in:
hujiulong 2019-12-02 22:40:42 +08:00 committed by Evan You
parent 57d30d7dad
commit 08a1de5e29

View File

@ -6,8 +6,7 @@
"module": "dist/runtime-core.esm-bundler.js",
"files": [
"index.js",
"dist",
"jsx.d.ts"
"dist"
],
"types": "dist/runtime-core.d.ts",
"sideEffects": false,