Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 1, 2023
1 parent 58bff2d commit 8748928
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
node-version: ${{matrix.node}}
- run: npm install
- run: npm test
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v3
strategy:
matrix:
node:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"files": [
"lib/",
"index.d.ts",
"index.js"
"index.js",
"index.map"
],
"dependencies": {
"@types/hast": "^3.0.0",
Expand Down

0 comments on commit 8748928

Please sign in to comment.