Evan You 12 лет назад
Родитель
Сommit
3b99cd3942
2 измененных файлов с 5 добавлено и 2 удалено
  1. 3 2
      .npmignore
  2. 2 0
      package.json

+ 3 - 2
.npmignore

@@ -1,5 +1,5 @@
 test
-dist
+dist/vue.min.js.gz
 tasks
 examples
 explorations
@@ -12,4 +12,5 @@ components
 bower.json
 component.json
 Gruntfile.js
-TODO.md
+TODO.md
+sauce_connect.log

+ 2 - 0
package.json

@@ -18,6 +18,8 @@
     "type": "git",
     "url": "https://github.com/yyx990803/vue.git"
   },
+  "bugs": "https://github.com/yyx990803/vue/issues",
+  "homepage": "http://vuejs.org",
   "scripts": {
     "test": "grunt travis"
   },