Skip to content

Commit

Permalink
packaging fix:
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 committed Oct 17, 2024
1 parent c3365f9 commit a97b3f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit a97b3f2

Please sign in to comment.