mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 20:16:39 -04:00
14 lines
299 B
JavaScript
14 lines
299 B
JavaScript
Package.describe({
|
|
name: "telescope:spiderable",
|
|
summary: "Telescope Spiderable package.",
|
|
version: "0.25.3",
|
|
git: "https://github.com/TelescopeJS/Telescope.git"
|
|
});
|
|
|
|
Package.onUse(function (api) {
|
|
|
|
api.versionsFrom("METEOR@1.0");
|
|
|
|
api.use(['telescope:core@0.25.3', 'spiderable']);
|
|
|
|
});
|