Skip to content

Commit 0b0106e

Browse files
committed
chore
1 parent 106a05a commit 0b0106e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml.bak renamed to .github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- master
66

77
jobs:
8-
publish:
8+
jsr:
99
runs-on: ubuntu-latest
1010

1111
permissions:

transpile.deno.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fs.writeFileSync(
2323
.replace(/### Installation[\s\S]*?(?=\n##)/m, '')
2424
.replace(
2525
'import postgres from \'postgres\'',
26-
'import postgres from \'https://deno.land/x/postgresjs/mod.js\''
26+
'import postgres from \'https://jsr.io/@ardabeyazoglu/postgresjs-patched\''
2727
)
2828
)
2929

0 commit comments

Comments
 (0)