Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
fix: added typescript dependency in next-sitemap example (vercel#25866)
Browse files Browse the repository at this point in the history
As mentioned in vercel#25854 `witn-next-sitemap` example is missing `typescript` package as a dependency

- [x] Make sure the linting passes
  • Loading branch information
vitalybaev authored Jun 7, 2021
1 parent 1c63b2d commit 73f06d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/with-next-sitemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"devDependencies": {
"@types/node": "14.6.0",
"@types/react": "^16.9.45",
"next-sitemap": "latest"
"next-sitemap": "latest",
"typescript": "^4.3.2"
}
}

0 comments on commit 73f06d5

Please sign in to comment.