mirror of
https://github.com/vale981/grapher
synced 2025-03-05 09:31:42 -05:00
Downgraded subscription-scope package because of issues with tests
This commit is contained in:
parent
ad017073c4
commit
77c4b4b2e1
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ Package.onUse(function(api) {
|
||||||
'reywood:publish-composite@1.5.2',
|
'reywood:publish-composite@1.5.2',
|
||||||
'dburles:mongo-collection-instances@0.3.5',
|
'dburles:mongo-collection-instances@0.3.5',
|
||||||
'herteby:denormalize@0.6.5',
|
'herteby:denormalize@0.6.5',
|
||||||
'peerlibrary:subscription-scope@0.4.0',
|
'peerlibrary:subscription-scope@0.1.0',
|
||||||
];
|
];
|
||||||
|
|
||||||
api.use(packages);
|
api.use(packages);
|
||||||
|
@ -50,7 +50,7 @@ Package.onTest(function(api) {
|
||||||
'reywood:publish-composite@1.5.2',
|
'reywood:publish-composite@1.5.2',
|
||||||
'dburles:mongo-collection-instances@0.3.5',
|
'dburles:mongo-collection-instances@0.3.5',
|
||||||
'herteby:denormalize@0.6.5',
|
'herteby:denormalize@0.6.5',
|
||||||
'peerlibrary:subscription-scope@0.4.0',
|
'peerlibrary:subscription-scope@0.1.0',
|
||||||
'mongo',
|
'mongo',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue