diff --git a/.github/workflows/npm-release.yaml b/.github/workflows/npm-release.yaml index 4275b9d5..1db15863 100644 --- a/.github/workflows/npm-release.yaml +++ b/.github/workflows/npm-release.yaml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "18.x" + node-version: "20.x" registry-url: "https://registry.npmjs.org" cache: "yarn" diff --git a/dist/.gitignore b/dist/.gitignore deleted file mode 100644 index 654617bb..00000000 --- a/dist/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -**/* -!.gitignore diff --git a/package.json b/package.json index cfcc9cb1..a8257013 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,10 @@ "version": "0.13.0", "main": "index.js", "description": "Create Web Archives directly in your browser", - "repository": "https://github.com/webrecorder/archiveweb.page", + "repository": { + "type": "git", + "url": "git+https://github.com/webrecorder/archiveweb.page.git" + }, "author": "Webrecorder Software", "license": "AGPL-3.0-or-later", "dependencies": {