Skip to content

Commit

Permalink
chore: update @types/node and add typescrpt to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fossamagna committed Sep 9, 2022
1 parent 802bebc commit 9f2babf
Show file tree
Hide file tree
Showing 3 changed files with 316 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const processNode = async (
}

return tranformsLinkNodeToUnfurledNode(node, processedUrl[node.url])
} catch (error) {
} catch (error: any) {
error.url = node.url
return error
}
Expand Down
316 changes: 312 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"unist-util-select": "^3.0.1"
},
"devDependencies": {
"@types/node": "^13.13.2",
"@types/unist": "^2.0.3"
"@types/node": "^14.14.31",
"@types/unist": "^2.0.3",
"typescript": "^4.8.3"
}
}

0 comments on commit 9f2babf

Please sign in to comment.