Browse Source

revert npm main field (fix SSR externalization)

Evan You 9 years ago
parent
commit
1c79c56a3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -2,7 +2,7 @@
   "name": "vue",
   "version": "2.0.0",
   "description": "Reactive, component-oriented view layer for modern web interfaces.",
-  "main": "dist/vue.js",
+  "main": "dist/vue.common.js",
   "typings": "types/index.d.ts",
   "files": [
     "dist/vue.common.js",