Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
AljoschaMeyer committed Feb 23, 2024
1 parent 3cf6be4 commit 3c94744
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"display": "Deno",

"imports": {
"macromaniajsx/jsx-dev-runtime": "../macromania/mod.ts",
"macromaniajsx/jsx-runtime": "../macromania/mod.ts",
"macromaniajsx/jsx-dev-runtime": "https://deno.land/x/macromania@v0.1.0/mod.ts",
"macromaniajsx/jsx-runtime": "https://deno.land/x/macromania@v0.1.0/mod.ts",
},

"compilerOptions": {
Expand Down
13 changes: 12 additions & 1 deletion deno.lock

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

8 changes: 4 additions & 4 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * from "../macromania/mod.ts";
export * from "../macromania-fs/mod.tsx";
export * from "https://deno.land/x/macromania@v0.1.0/mod.ts";
export * from "https://deno.land/x/macromania_logger@v0.1.1/mod.tsx";
export * from "https://deno.land/x/macromania_fs@v0.1.2/mod.tsx";
export * as Colors from "https://deno.land/std@0.204.0/fmt/colors.ts";
export { join } from "https://deno.land/std@0.214.0/path/mod.ts";
export * from "../macromania-logger/mod.tsx";
export { join } from "https://deno.land/std@0.214.0/path/mod.ts";

0 comments on commit 3c94744

Please sign in to comment.