Testing packages without versions from

This commit is contained in:
Lauri Ojansivu 2024-09-24 07:22:22 +03:00
parent 2ec435af41
commit 6e8e581ceb
9 changed files with 1 additions and 13 deletions

View file

@ -7,7 +7,6 @@ Package.describe({
});
Package.onUse(function (api) {
api.versionsFrom('2.13');
api.use('jquery', 'client');
api.addFiles('bootstrap-datepicker/dist/js/bootstrap-datepicker.js', 'client');