Skip to content

Commit

Permalink
chore: remove dotenv from dependencies (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken authored Jul 31, 2024
1 parent 5119566 commit 4582ce2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
},
"dependencies": {
"@myunisoft/httpie": "^5.0.0",
"@nodesecure/npm-registry-sdk": "^2.1.1",
"dotenv": "^16.4.5"
"@nodesecure/npm-registry-sdk": "^2.1.1"
}
}
3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import { config } from "dotenv";
config();

// Import Third-party Dependencies
import { get } from "@myunisoft/httpie";
import { packument } from "@nodesecure/npm-registry-sdk";
Expand Down

0 comments on commit 4582ce2

Please sign in to comment.