2015-04-22 07:50:11 +09:00
|
|
|
Package.describe({
|
2016-02-24 10:09:23 +09:00
|
|
|
name: "nova:search",
|
2015-04-22 07:50:11 +09:00
|
|
|
summary: "Telescope search package",
|
2016-08-29 09:02:11 +09:00
|
|
|
version: "0.27.0-nova",
|
2015-04-22 07:50:11 +09:00
|
|
|
git: "https://github.com/TelescopeJS/telescope-pages.git"
|
|
|
|
});
|
|
|
|
|
|
|
|
Package.onUse(function (api) {
|
|
|
|
|
|
|
|
api.versionsFrom("METEOR@1.0");
|
|
|
|
|
2016-08-29 09:02:11 +09:00
|
|
|
api.use(['nova:core@0.27.0-nova']);
|
2015-04-22 07:50:11 +09:00
|
|
|
|
2015-05-01 18:22:00 +02:00
|
|
|
api.addFiles([
|
2015-09-18 11:12:53 +09:00
|
|
|
'lib/parameters.js',
|
2015-04-22 07:50:11 +09:00
|
|
|
], ['client', 'server']);
|
|
|
|
|
|
|
|
});
|