From 2c2702872986d6fec374bb6f41d8963f905db8d0 Mon Sep 17 00:00:00 2001 From: Alex-Sokolov Date: Sun, 26 Feb 2017 14:15:38 +0300 Subject: [PATCH] add vue.esm.js & vue.runtime.esm.js --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 6cf20f87dbe..f893508ed03 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,8 @@ "dist/vue.runtime.min.js", "dist/vue.common.js", "dist/vue.runtime.common.js", + "dist/vue.esm.js", + "dist/vue.runtime.esm.js", "src", "types/index.d.ts", "types/options.d.ts",