We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8bc25e commit 6bf06b0Copy full SHA for 6bf06b0
2 files changed
.github/workflows/publish.yml
@@ -4,6 +4,10 @@ on:
4
push:
5
tags:
6
- "*"
7
+permissions:
8
+ contents: write
9
+ id-token: write
10
+ packages: write
11
12
jobs:
13
publish:
package.json
@@ -32,7 +32,10 @@
32
"author": "Oscar Franco",
33
"email": "ospfranco@protonmail.com",
34
"license": "MIT",
35
- "repository": "https://github.com/OP-Engineering/link-preview-js",
+ "repository": {
36
+ "type": "git",
37
+ "url": "git+https://github.com/OP-Engineering/link-preview-js.git"
38
+ },
39
"dependencies": {
40
"cheerio": "1.0.0-rc.11"
41
},
0 commit comments