File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Package . describe ( {
22 name : 'akryum:vue-component-dev-client' ,
3- version : '0.2.11 ' ,
3+ version : '0.2.12 ' ,
44 summary : 'Hot-reloading client for vue components' ,
55 git : 'https://github.com/Akryum/meteor-vue-component' ,
66 documentation : 'README.md' ,
Original file line number Diff line number Diff line change 11Package . describe ( {
22 name : 'akryum:vue-component' ,
3- version : '0.9.0 ' ,
3+ version : '0.9.1 ' ,
44 summary : 'VueJS single-file components that hot-reloads' ,
55 git : 'https://github.com/Akryum/meteor-vue-component' ,
66 documentation : 'README.md'
@@ -47,5 +47,5 @@ Package.onUse(function(api) {
4747 api . versionsFrom ( '1.4.2' ) ;
4848 api . use ( 'isobuild:compiler-plugin@1.0.0' ) ;
4949 api . use ( 'akryum:vue-component-dev-server@0.0.9' ) ;
50- api . use ( 'akryum:vue-component-dev-client@0.2.11 ' ) ;
50+ api . use ( 'akryum:vue-component-dev-client@0.2.12 ' ) ;
5151} ) ;
You can’t perform that action at this time.
0 commit comments