Skip to content

Commit 6bf06b0

Browse files
committed
package fixes
1 parent c8bc25e commit 6bf06b0

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
tags:
66
- "*"
7+
permissions:
8+
contents: write
9+
id-token: write
10+
packages: write
711

812
jobs:
913
publish:

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@
3232
"author": "Oscar Franco",
3333
"email": "ospfranco@protonmail.com",
3434
"license": "MIT",
35-
"repository": "https://github.com/OP-Engineering/link-preview-js",
35+
"repository": {
36+
"type": "git",
37+
"url": "git+https://github.com/OP-Engineering/link-preview-js.git"
38+
},
3639
"dependencies": {
3740
"cheerio": "1.0.0-rc.11"
3841
},

0 commit comments

Comments
 (0)