Skip to content

Commit

Permalink
Remove dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
daemonsy committed Jun 30, 2017
1 parent 8505402 commit bdc860d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ var env = process.env.NODE_ENV || 'development';
const logRequests = process.env.LOG_REQUESTS === 'true';
const applicationId = process.env.APPLICATION_ID;

if(env !== 'production') {
require('dotenv').load({ path: '.env.' + env });
}

const _ = require('lodash');
const Alexa = require('alexa-sdk');

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"license": "MIT",
"devDependencies": {
"ava": "^0.17.0",
"dotenv": "^2.0.0",
"fetch-mock": "^5.8.0",
"lambda-tester": "^2.6.1"
}
Expand Down

0 comments on commit bdc860d

Please sign in to comment.