Skip to content

Commit

Permalink
⬆️ bump std/dotenv (#47)
Browse files Browse the repository at this point in the history
get deno std from jsr
  • Loading branch information
bmiddha authored Aug 3, 2024
1 parent 5f42400 commit bd307ce
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 7 deletions.
13 changes: 7 additions & 6 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
"strict": true
},
"fmt": {
"options": {
"indentWidth": 2,
"lineWidth": 120,
"singleQuote": false,
"useTabs": false
}
"indentWidth": 2,
"lineWidth": 120,
"singleQuote": false,
"useTabs": false
},
"imports": {
"@std/dotenv": "jsr:@std/dotenv@^0.225.0"
}
}
19 changes: 19 additions & 0 deletions deno.lock

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

2 changes: 1 addition & 1 deletion envConfig.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "https://deno.land/[email protected]/dotenv/load.ts";
import "@std/dotenv/load";

/** Prefix used for environment variable config options */
const ENVIRONMENT_VARIABLE_PREFIX = "DISCORD_EVENTS_SYNC_";
Expand Down

0 comments on commit bd307ce

Please sign in to comment.