Skip to content

Commit

Permalink
v1.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nshiab committed Dec 13, 2024
1 parent c019456 commit 1be0a63
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nshiab/journalism",
"version": "1.21.1",
"version": "1.21.2",
"exports": {
".": "./src/index.ts",
"./web": "./src/web.ts"
Expand Down Expand Up @@ -42,11 +42,15 @@
"src/dataviz/imports"
]
},
"lint": { "exclude": ["src/dataviz/imports"] },
"lint": {
"exclude": [
"src/dataviz/imports"
]
},
"compilerOptions": {
"lib": [
"dom",
"deno.ns"
]
}
}
}

0 comments on commit 1be0a63

Please sign in to comment.