We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21dda03 commit 4bba412Copy full SHA for 4bba412
README.md
@@ -55,9 +55,11 @@ new Vue({
55
</template>
56
57
<script>
58
+// JavaScript ...
59
</script>
60
61
<style>
62
+/* Style ... */
63
</style>
64
```
65
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vue-github-buttons",
3
"description": "GitHub buttons component for Vue.",
4
- "version": "1.0.0",
+ "version": "1.0.1",
5
"main": "dist/vue-github-buttons.js",
6
"style": "dist/vue-github-buttons.css",
7
"author": "Saran Tanpituckpong <sarunta@gmail.com>",
0 commit comments