Use lamassu-config@0.2.0
This commit is contained in:
parent
063cb07777
commit
42b5a264fe
2 changed files with 2 additions and 2 deletions
|
|
@ -78,6 +78,6 @@ config.load(function(err, conf) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
atm.init(app, conf.config, config, authMiddleware);
|
atm.init(app, conf, config, authMiddleware);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "~3.4.7",
|
"express": "~3.4.7",
|
||||||
"optimist": "~0.6.0",
|
"optimist": "~0.6.0",
|
||||||
"lamassu-config": "~0.1.1",
|
"lamassu-config": "~0.2.0",
|
||||||
"lamassu-atm-protocol": "~0.2.0"
|
"lamassu-atm-protocol": "~0.2.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue