chore: remove dotenv

convert to module, just pass in the auth and repo info to module
This commit is contained in:
2018-12-06 14:27:38 -07:00
parent e041412051
commit da786a6e02
5 changed files with 34 additions and 41 deletions

View File

@@ -2,4 +2,4 @@
require = require('esm')(module);
const mod = require('./src/index.mjs').default;
mod();
module.exports = mod;