Skip to content

Commit f55a3bc

Browse files
committed
♻️ Refactoring
1 parent 51a0530 commit f55a3bc

19 files changed

+20
-7
lines changed

β€Žmod.ts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
export * from "./array_to_list.ts";
2-
export * from "./bean_counting.ts";
3-
export * from "./minimum.ts";
4-
export * from "./is_even.ts";
5-
export * from "./range.ts";
6-
export * from "./reversing_array.ts";
7-
export * from "./sum.ts";
1+
export * from "./src/browser/mod.ts";
2+
export * from "./src/language/mod.ts";
3+
export * from "./src/node/mod.ts";

β€Žscripts/node_support.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import { buildPackage } from "https://deno.land/x/[email protected]/node_support.ts";
2+
3+
buildPackage({
4+
repoName: "eloquent-javascript",
5+
package: "eloq",
6+
description: "Eloquent JavaScript exercises.",
7+
homepage: "https://ulti.js.org/eloquent-javascript",
8+
keywords: ["book", "course"],
9+
version: "1.0.0",
10+
});

β€Žsrc/browser/mod.ts

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)