Skip to content

Commit 5ff3fe3

Browse files
committed
constraint fix
1 parent 96b3e82 commit 5ff3fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Package.on_use(function (api) {
1414
if (api.versionsFrom) {
1515
api.versionsFrom("METEOR@0.9.0");
1616
api.use([
17-
'mongo',
17+
'mongo@1.0.4',
1818
'gadicohen:headers@0.0.24',
1919
'gadicohen:inject-initial@0.0.10',
2020
'iron:router@0.9.1'

0 commit comments

Comments
 (0)