Преглед изворни кода

perf: remove src directory from npm module (#6072)

`src` directory is not used by node package. Removing this directory reduces size of `.tgz` package by 112kb and saves 840kb on each node projects, where vue.js is installed
Alexandr Subbotin пре 8 година
родитељ
комит
e7615737f1
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      package.json

+ 0 - 1
package.json

@@ -7,7 +7,6 @@
   "unpkg": "dist/vue.js",
   "typings": "types/index.d.ts",
   "files": [
-    "src",
     "dist/*.js",
     "types/*.d.ts"
   ],