mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
add missing packages
This commit is contained in:
parent
fced403b9f
commit
5cbae3a3cb
2 changed files with 22 additions and 8 deletions
|
@ -15,19 +15,21 @@ Package.onUse(function (api) {
|
|||
// automatic (let the package specify where it's needed)
|
||||
|
||||
api.use([
|
||||
'tap:i18n', // internationalization package
|
||||
'iron:router', // routing package
|
||||
'telescope-base', // basic Telescope hooks and objects
|
||||
'telescope-lib', // useful functions
|
||||
'telescope-i18n' // internationalization wrapper
|
||||
'tap:i18n',
|
||||
'iron:router',
|
||||
'telescope-base',
|
||||
'telescope-lib',
|
||||
'telescope-i18n',
|
||||
'aldeed:simple-schema',
|
||||
'aldeed:autoform'
|
||||
]);
|
||||
|
||||
// client
|
||||
|
||||
api.use([
|
||||
'jquery', // useful for DOM interactions
|
||||
'underscore', // JavaScript swiss army knife library
|
||||
'templating' // required for client-side templates
|
||||
'jquery',
|
||||
'underscore',
|
||||
'templating'
|
||||
], ['client']);
|
||||
|
||||
// server
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
{
|
||||
"dependencies": [
|
||||
[
|
||||
"aldeed:autoform",
|
||||
"4.0.2"
|
||||
],
|
||||
[
|
||||
"aldeed:simple-schema",
|
||||
"1.1.0"
|
||||
|
@ -112,6 +116,10 @@
|
|||
"json",
|
||||
"1.0.1"
|
||||
],
|
||||
[
|
||||
"livedata",
|
||||
"1.0.11"
|
||||
],
|
||||
[
|
||||
"logging",
|
||||
"1.0.5"
|
||||
|
@ -132,6 +140,10 @@
|
|||
"mongo",
|
||||
"1.0.8"
|
||||
],
|
||||
[
|
||||
"mrt:moment",
|
||||
"2.8.1"
|
||||
],
|
||||
[
|
||||
"observe-sequence",
|
||||
"1.0.3"
|
||||
|
|
Loading…
Add table
Reference in a new issue