Skip to content

Commit 46d41c9

Browse files
committed
v2.2.0
1 parent 849cb20 commit 46d41c9

File tree

3 files changed

+600
-5
lines changed

3 files changed

+600
-5
lines changed

deno.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nshiab/journalism",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"exports": {
55
".": "./src/index.ts",
66
"./web": "./src/web.ts"
@@ -42,5 +42,8 @@
4242
"src/**/*.ts"
4343
]
4444
},
45-
"allowScripts": ["npm:playwright-chromium@1", "npm:protobufjs@7.5.4"]
45+
"allowScripts": [
46+
"npm:playwright-chromium@1",
47+
"npm:protobufjs@7.5.4"
48+
]
4649
}

deno.lock

Lines changed: 224 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)