Skip to content

Commit

Permalink
revert npm main field (fix SSR externalization)
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 30, 2016
1 parent 156cfb9 commit 1c79c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1c79c56

Please sign in to comment.