Skip to content

Commit 3b99cd3

Browse files
committed
update npm package
1 parent ad60407 commit 3b99cd3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.npmignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
test
2-
dist
2+
dist/vue.min.js.gz
33
tasks
44
examples
55
explorations
@@ -12,4 +12,5 @@ components
1212
bower.json
1313
component.json
1414
Gruntfile.js
15-
TODO.md
15+
TODO.md
16+
sauce_connect.log

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
"type": "git",
1919
"url": "https://github.com/yyx990803/vue.git"
2020
},
21+
"bugs": "https://github.com/yyx990803/vue/issues",
22+
"homepage": "http://vuejs.org",
2123
"scripts": {
2224
"test": "grunt travis"
2325
},

0 commit comments

Comments
 (0)