We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad60407 commit 3b99cd3Copy full SHA for 3b99cd3
.npmignore
@@ -1,5 +1,5 @@
1
test
2
-dist
+dist/vue.min.js.gz
3
tasks
4
examples
5
explorations
@@ -12,4 +12,5 @@ components
12
bower.json
13
component.json
14
Gruntfile.js
15
-TODO.md
+TODO.md
16
+sauce_connect.log
package.json
@@ -18,6 +18,8 @@
18
"type": "git",
19
"url": "https://github.com/yyx990803/vue.git"
20
},
21
+ "bugs": "https://github.com/yyx990803/vue/issues",
22
+ "homepage": "http://vuejs.org",
23
"scripts": {
24
"test": "grunt travis"
25
0 commit comments