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 793476a commit 35e0ecfCopy full SHA for 35e0ecf
.github/workflows/npm-release.yaml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v3
11
- uses: actions/setup-node@v3
12
with:
13
- node-version: "18.x"
+ node-version: "20.x"
14
registry-url: "https://registry.npmjs.org"
15
cache: "yarn"
16
dist/.gitignore
package.json
@@ -4,7 +4,10 @@
4
"version": "0.13.0",
5
"main": "index.js",
6
"description": "Create Web Archives directly in your browser",
7
- "repository": "https://github.com/webrecorder/archiveweb.page",
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/webrecorder/archiveweb.page.git"
+ },
"author": "Webrecorder Software",
"license": "AGPL-3.0-or-later",
"dependencies": {
0 commit comments