mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
update kadira
This commit is contained in:
parent
3e87fd3c98
commit
06711f365d
2 changed files with 3 additions and 2 deletions
|
@ -26,6 +26,7 @@ chuangbo:cookie@1.1.0
|
||||||
chuangbo:marked@0.3.5
|
chuangbo:marked@0.3.5
|
||||||
cmather:handlebars-server@0.2.0
|
cmather:handlebars-server@0.2.0
|
||||||
coffeescript@1.0.6
|
coffeescript@1.0.6
|
||||||
|
cosmos:browserify@0.4.0
|
||||||
dburles:collection-helpers@1.0.3
|
dburles:collection-helpers@1.0.3
|
||||||
ddp@1.1.0
|
ddp@1.1.0
|
||||||
deps@1.0.7
|
deps@1.0.7
|
||||||
|
@ -55,6 +56,7 @@ jparker:crypto-md5@0.1.1
|
||||||
jparker:gravatar@0.3.1
|
jparker:gravatar@0.3.1
|
||||||
jquery@1.11.3_2
|
jquery@1.11.3_2
|
||||||
json@1.0.3
|
json@1.0.3
|
||||||
|
kadira:debug@2.1.0
|
||||||
kestanous:herald@1.3.0
|
kestanous:herald@1.3.0
|
||||||
kestanous:herald-email@0.5.0
|
kestanous:herald-email@0.5.0
|
||||||
launch-screen@1.0.2
|
launch-screen@1.0.2
|
||||||
|
@ -69,7 +71,6 @@ meteor-platform@1.2.2
|
||||||
meteorhacks:fast-render@2.3.2
|
meteorhacks:fast-render@2.3.2
|
||||||
meteorhacks:inject-data@1.2.3
|
meteorhacks:inject-data@1.2.3
|
||||||
meteorhacks:kadira@2.20.6
|
meteorhacks:kadira@2.20.6
|
||||||
meteorhacks:kadira-debug@1.3.3
|
|
||||||
meteorhacks:meteorx@1.3.1
|
meteorhacks:meteorx@1.3.1
|
||||||
meteorhacks:picker@1.0.2
|
meteorhacks:picker@1.0.2
|
||||||
meteorhacks:subs-manager@1.4.0
|
meteorhacks:subs-manager@1.4.0
|
||||||
|
|
|
@ -12,7 +12,7 @@ Package.onUse(function (api) {
|
||||||
api.use([
|
api.use([
|
||||||
'telescope:core@0.21.1',
|
'telescope:core@0.21.1',
|
||||||
'meteorhacks:kadira@2.20.6',
|
'meteorhacks:kadira@2.20.6',
|
||||||
'meteorhacks:kadira-debug@1.3.3'
|
'kadira:debug@2.1.0'
|
||||||
], ['client', 'server']);
|
], ['client', 'server']);
|
||||||
|
|
||||||
api.addFiles([
|
api.addFiles([
|
||||||
|
|
Loading…
Add table
Reference in a new issue