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

@@ -1,3 +1,3 @@
import mod from './src/index.mjs';
mod();
export default mod;