Skip to content

Commit

Permalink
Fix thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
Blocksnmore committed Mar 11, 2024
1 parent aad3ccb commit 46d30e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# Ignore Cache files
/.cache
deno.lock
node_modules

# Ignore temporary files (for dev)
/temp
Expand Down
1 change: 1 addition & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"lock": false,
"nodeModulesDir": true,
"fmt": {
"useTabs": true,
"singleQuote": false,
Expand Down
3 changes: 2 additions & 1 deletion imports/lavadeno.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from "npm:[email protected]";
/// <deno-types imports="npm:[email protected]" />
export * from "https://esm.sh/[email protected]"

// Non exported types
/**
Expand Down

0 comments on commit 46d30e4

Please sign in to comment.