Skip to content

Commit

Permalink
packaging fix: (#261)
Browse files Browse the repository at this point in the history
- remove dist/.gitignore to allow publishing dist/embed
- cleanup package.json with npm pkg fix
- ci: use node 20.x
  • Loading branch information
ikreymer authored Oct 23, 2024
1 parent 793476a commit 4f1d6bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 0 additions & 2 deletions dist/.gitignore

This file was deleted.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "@webrecorder/archivewebpage",
"productName": "ArchiveWeb.page",
"version": "0.13.0",
"version": "0.13.1",
"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": {
Expand Down

0 comments on commit 4f1d6bc

Please sign in to comment.