Skip to content

Commit

Permalink
fix: add missing source files (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts authored Feb 24, 2023
1 parent a9acf99 commit 1f84969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"node": ">=18.12.0"
},
"files": [
"index.d.ts",
"index.js"
"src"
],
"homepage": "https://github.com/ykzts/edge-sitemap#readme",
"keywords": [
Expand Down

0 comments on commit 1f84969

Please sign in to comment.