Skip to content

Commit d600e90

Browse files
author
Guillaume Chau
committed
Version bump
1 parent 5931922 commit d600e90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/vue-component/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ Official packages for `<style>` tag:
116116
- [akryum:vue-sass](https://github.com/Akryum/meteor-vue-component/tree/master/packages/vue-sass)
117117
- [akryum:vue-stylus](https://github.com/Akryum/meteor-vue-component/tree/master/packages/vue-stylus)
118118

119-
Community packages welcomed (add a your package with a PR)!
120-
121119
Community packages for `<script>` tag:
122120

123121
- [nathantreid:vue-typescript](https://github.com/nathantreid/meteor-vue-typescript)
@@ -126,6 +124,8 @@ Community packages for `<style>` tag:
126124

127125
- [nathantreid:vue-css-modules](https://github.com/nathantreid/vue-css-modules) enables interop with nathantreid:css-modules, including support for composing from other files.
128126

127+
Community packages welcomed (add a your package with a PR)!
128+
129129
### Manual import
130130

131131
You can then import your .vue component files in your meteor code:

packages/vue-component/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'akryum:vue-component',
3-
version: '0.8.12',
3+
version: '0.8.13',
44
summary: 'VueJS single-file components that hot-reloads',
55
git: 'https://github.com/Akryum/meteor-vue-component',
66
documentation: 'README.md'

0 commit comments

Comments
 (0)