Skip to content

Commit

Permalink
fix: remove dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
fmonckemeyer committed Aug 22, 2023
1 parent 3e2e323 commit f89786e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 27 deletions.
30 changes: 7 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surveyor.ai",
"version": "1.0.5",
"version": "1.0.6",
"description": "",
"type": "module",
"main": "dist/src/index.js",
Expand All @@ -21,7 +21,6 @@
"@types/figlet": "^1.5.6",
"@types/lodash": "^4.14.197",
"@types/mocha": "^10.0.1",
"dotenv": "^16.3.1",
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
Expand Down
2 changes: 0 additions & 2 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ import { promises as fs } from 'fs';
import { stringify } from 'csv';
import { Persona } from "./persona/persona";
import _ from "lodash";
import dotenv from "dotenv";
import cliProgress from 'cli-progress';
dotenv.config();

const program = new Command();

Expand Down

0 comments on commit f89786e

Please sign in to comment.