2016-06-09 17:42:20 +09:00
|
|
|
Package.describe({
|
2017-03-23 16:27:59 +09:00
|
|
|
name: "vulcan:i18n-en-us",
|
2016-06-09 17:42:20 +09:00
|
|
|
summary: "Telescope i18n package (en_US)",
|
2017-04-09 15:47:08 +09:00
|
|
|
version: '1.3.1',
|
2016-11-08 18:22:17 +01:00
|
|
|
git: "https://github.com/TelescopeJS/Telescope.git"
|
2016-06-09 17:42:20 +09:00
|
|
|
});
|
|
|
|
|
|
|
|
Package.onUse(function (api) {
|
|
|
|
|
|
|
|
api.versionsFrom("METEOR@1.0");
|
2016-12-08 23:48:16 +01:00
|
|
|
|
2016-06-09 17:42:20 +09:00
|
|
|
api.use([
|
2017-04-09 15:47:08 +09:00
|
|
|
'vulcan:core@1.3.1'
|
2016-06-09 17:42:20 +09:00
|
|
|
]);
|
|
|
|
|
|
|
|
api.addFiles([
|
|
|
|
'lib/en_US.js'
|
|
|
|
], ["client", "server"]);
|
|
|
|
});
|