update 1.0.8.0
Commits for version update
This commit is contained in:
18
public/lb-faveo/plugins/daterangepicker/package.js
vendored
Normal file
18
public/lb-faveo/plugins/daterangepicker/package.js
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
Package.describe({
|
||||
name: 'dangrossman:bootstrap-daterangepicker',
|
||||
version: '2.1.24',
|
||||
summary: 'Date range picker component for Bootstrap',
|
||||
git: 'https://github.com/dangrossman/bootstrap-daterangepicker',
|
||||
documentation: 'README.md'
|
||||
});
|
||||
|
||||
Package.onUse(function(api) {
|
||||
api.versionsFrom('METEOR@0.9.0.1');
|
||||
|
||||
api.use('twbs:bootstrap@3.3.4', ["client"], {weak: true});
|
||||
api.use('momentjs:moment@2.10.3', ["client"]);
|
||||
api.use('jquery@1.11.3_2', ["client"]);
|
||||
|
||||
api.addFiles('daterangepicker.js', ["client"]);
|
||||
api.addFiles('daterangepicker.css', ["client"]);
|
||||
});
|
Reference in New Issue
Block a user