mirror of
https://github.com/vale981/grapher
synced 2025-03-04 17:11:38 -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',
|
||||
'dburles:mongo-collection-instances@0.3.5',
|
||||
'herteby:denormalize@0.6.5',
|
||||
'peerlibrary:subscription-scope@0.4.0',
|
||||
'peerlibrary:subscription-scope@0.1.0',
|
||||
];
|
||||
|
||||
api.use(packages);
|
||||
|
@ -50,7 +50,7 @@ Package.onTest(function(api) {
|
|||
'reywood:publish-composite@1.5.2',
|
||||
'dburles:mongo-collection-instances@0.3.5',
|
||||
'herteby:denormalize@0.6.5',
|
||||
'peerlibrary:subscription-scope@0.4.0',
|
||||
'peerlibrary:subscription-scope@0.1.0',
|
||||
'mongo',
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue