We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f6327 commit 5c824b1Copy full SHA for 5c824b1
packages/vue-blaze-template/package.js
@@ -1,14 +1,14 @@
1
Package.describe({
2
name: 'akryum:vue-blaze-template',
3
- version: '0.0.1',
+ version: '0.0.2',
4
summary: 'Render Blaze templates in vue components',
5
git: 'https://github.com/Akryum/meteor-vue-component',
6
documentation: 'README.md'
7
});
8
9
Package.onUse(function(api) {
10
api.versionsFrom('1.3.4.1');
11
- api.use('ecmascript');
12
- api.use('akryum:vue@1.0.3')
+ api.use(['ecmascript', 'templating', 'blaze']);
+ api.use('akryum:vue@1.0.3');
13
api.mainModule('vue-render-blaze.js', 'client');
14
0 commit comments