Browse Source

add vue.esm.js & vue.runtime.esm.js (#5009)

Alexander 9 years ago
parent
commit
5743c644d7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package.json

+ 2 - 0
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",