File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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.10 ' ,
3+ version : '0.2.11 ' ,
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-dev-server' ,
3- version : '0.0.8 ' ,
3+ version : '0.0.9 ' ,
44 summary : 'Dev server for vue hot-reloading' ,
55 git : 'https://github.com/Akryum/meteor-vue-component' ,
66 documentation : 'README.md' ,
Original file line number Diff line number Diff line change @@ -46,6 +46,6 @@ Package.registerBuildPlugin({
4646Package . onUse ( function ( api ) {
4747 api . versionsFrom ( '1.4.2' ) ;
4848 api . use ( 'isobuild:compiler-plugin@1.0.0' ) ;
49- api . use ( 'akryum:vue-component-dev-server@0.0.8 ' ) ;
50- api . use ( 'akryum:vue-component-dev-client@0.2.10 ' ) ;
49+ api . use ( 'akryum:vue-component-dev-server@0.0.9 ' ) ;
50+ api . use ( 'akryum:vue-component-dev-client@0.2.11 ' ) ;
5151} ) ;
You can’t perform that action at this time.
0 commit comments