Skip to content

Commit

Permalink
revert: perf: remove src directory from npm module (#6072)
Browse files Browse the repository at this point in the history
adding src dir back to npm package because projects that create
custom renderers (e.g. nativescript-vue) relie on it.
  • Loading branch information
yyx990803 committed Jul 21, 2017
1 parent 3d14e85 commit ec4b1be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"unpkg": "dist/vue.js",
"typings": "types/index.d.ts",
"files": [
"src",
"dist/*.js",
"types/*.d.ts"
],
Expand Down

0 comments on commit ec4b1be

Please sign in to comment.