diff --git a/src/config.js b/src/config.js index 49d2ed5..43576a3 100644 --- a/src/config.js +++ b/src/config.js @@ -13,4 +13,4 @@ var production = { module.exports = function() { return process.env.ENV == 'development' ? development : production; -} \ No newline at end of file +}