Skip to content

Commit

Permalink
upgrade dependency @fartlabs/ht to semver 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Nov 4, 2024
1 parent 6fe08a8 commit a6670bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
- uses: denoland/setup-deno@v2
- name: Publish package
run: deno publish
9 changes: 5 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"lock": false,
"name": "@fartlabs/htx",
"version": "0.0.5",
"version": "0.0.6",
"imports": {
"@fartlabs/ht": "jsr:@fartlabs/ht@^0.0.5",
"@fartlabs/ht": "jsr:@fartlabs/ht@^0.0.6",
"@fartlabs/jsonx": "jsr:@fartlabs/jsonx@^0.0.11",
"ts-morph": "npm:ts-morph@^22.0.0"
"ts-morph": "npm:ts-morph@^24.0.0"
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "@fartlabs/jsonx"
},
"tasks": {
"generate": "deno run -A cli/codegen.ts"
"generate": "deno run -A cli/codegen.ts",
"molt": "deno run -A jsr:@molt/cli -w"
},
"exports": {
".": "./mod.ts",
Expand Down

0 comments on commit a6670bf

Please sign in to comment.