Skip to content

Commit

Permalink
feat: top-level mod.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Oct 14, 2022
1 parent ae8e56f commit 3d737d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/friendly-cycles-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"clarigen-deno": patch
---

Adds a top-level `mod.ts` file for easier imports
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"deno.enable": true,
"deno.enablePaths": ["./src", "./tests", "./test_pkg", "./artifacts/clarigen/deno", "./scripts", "cli.ts", "./scratch"],
"deno.enablePaths": ["./src", "./tests", "./test_pkg", "./artifacts/clarigen/deno", "./scripts", "cli.ts", "./scratch", "mod.ts"],
"files.eol": "\n",
"editor.formatOnSave": true,
"deno.unstable": true,
Expand Down
1 change: 1 addition & 0 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './src/index.ts';

0 comments on commit 3d737d0

Please sign in to comment.