Skip to content

Commit

Permalink
Merge pull request #19 from Hajime-san/fix-exports
Browse files Browse the repository at this point in the history
fix exports
  • Loading branch information
Hajime-san authored Feb 26, 2024
2 parents 7b59843 + 1f43415 commit 3735b16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ Please install [Deno](https://deno.land/[email protected]/getting_started/installat
## command
### remote
- dry run
- `deno run --allow-env --allow-read --allow-write https://deno.land/x/[email protected].22/bin.ts -b=./src -c=./tsconfig.json -d`
- `deno run --allow-env --allow-read --allow-write https://deno.land/x/[email protected].23/bin.ts -b=./src -c=./tsconfig.json -d`
- transform
- `deno run --allow-env --allow-read --allow-write https://deno.land/x/[email protected].22/bin.ts -b=./src -c=./tsconfig.json -r`
- `deno run --allow-env --allow-read --allow-write https://deno.land/x/[email protected].23/bin.ts -b=./src -c=./tsconfig.json -r`
### local
- `deno task run-dry`
- `deno task run`
Expand Down
4 changes: 3 additions & 1 deletion bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,6 @@ ${result}

if(import.meta.main) {
await main();
}
}

export { main };
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hajime-san/specifier-resolver",
"version": "1.0.22",
"version": "1.0.23",
"exports": "./bin.ts",
"tasks": {
"set-up": "cd examples/repo && npm ci",
Expand Down

0 comments on commit 3735b16

Please sign in to comment.