Browse Source

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

pull/513/head
hujiulong 6 years ago
committed by Evan You
parent
commit
08a1de5e29
  1. 3
      packages/runtime-core/package.json

3
packages/runtime-core/package.json

@ -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,

Loading…
Cancel
Save