Skip to content

Commit a97b3f2

Browse files
committed
packaging fix:
- remove dist/.gitignore to allow publishing dist/embed - cleanup package.json with npm pkg fix - ci: use node 20.x
1 parent c3365f9 commit a97b3f2

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/npm-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: "18.x"
13+
node-version: "20.x"
1414
registry-url: "https://registry.npmjs.org"
1515
cache: "yarn"
1616

dist/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"version": "0.13.0",
55
"main": "index.js",
66
"description": "Create Web Archives directly in your browser",
7-
"repository": "https://github.com/webrecorder/archiveweb.page",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/webrecorder/archiveweb.page.git"
10+
},
811
"author": "Webrecorder Software",
912
"license": "AGPL-3.0-or-later",
1013
"dependencies": {

0 commit comments

Comments
 (0)