mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-26 11:34:05 +03:00
Update Meteor version requirement
This commit is contained in:
parent
721f398acd
commit
9b9b5d2408
|
@ -14,7 +14,7 @@ Package.describe({
|
||||||
});
|
});
|
||||||
|
|
||||||
Package.onUse(function (api) {
|
Package.onUse(function (api) {
|
||||||
api.versionsFrom(['METEOR@0.9.0', 'METEOR@1.0']);
|
api.versionsFrom('METEOR@1.2');
|
||||||
api.use('twbs:bootstrap@3.3.1');
|
api.use('twbs:bootstrap@3.3.1');
|
||||||
api.use('jquery');
|
api.use('jquery');
|
||||||
api.addAssets([
|
api.addAssets([
|
||||||
|
|
Loading…
Reference in New Issue
Block a user