]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove jsx.d.ts from package.files (#512)
authorhujiulong <me@hujiulong.com>
Mon, 2 Dec 2019 14:40:42 +0000 (22:40 +0800)
committerEvan You <yyx990803@gmail.com>
Mon, 2 Dec 2019 14:40:42 +0000 (09:40 -0500)
packages/runtime-core/package.json

index 68f85ddd372aabd504f3065b2afe2eb890c2e3bd..c9f481c70073a87f22ae8dfac83fb700833f6ec1 100644 (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,