Use lamassu-config@0.2.0

This commit is contained in:
Maciej Małecki 2014-04-04 05:35:21 +07:00
parent 063cb07777
commit 42b5a264fe
2 changed files with 2 additions and 2 deletions

View file

@ -78,6 +78,6 @@ config.load(function(err, conf) {
});
}
atm.init(app, conf.config, config, authMiddleware);
atm.init(app, conf, config, authMiddleware);
});

View file

@ -14,7 +14,7 @@
"dependencies": {
"express": "~3.4.7",
"optimist": "~0.6.0",
"lamassu-config": "~0.1.1",
"lamassu-config": "~0.2.0",
"lamassu-atm-protocol": "~0.2.0"
},
"repository": {