Skip to content

Commit 4f1d6bc

Browse files
authored
packaging fix: (#261)
- remove dist/.gitignore to allow publishing dist/embed - cleanup package.json with npm pkg fix - ci: use node 20.x
1 parent 793476a commit 4f1d6bc

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
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: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"name": "@webrecorder/archivewebpage",
33
"productName": "ArchiveWeb.page",
4-
"version": "0.13.0",
4+
"version": "0.13.1",
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)