Skip to content

Commit

Permalink
fix: dep. missing
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianCataldo committed Oct 17, 2022
1 parent f59a5c0 commit 76fa219
Show file tree
Hide file tree
Showing 2 changed files with 496 additions and 2 deletions.
7 changes: 5 additions & 2 deletions components/LicensesReport/package.json
@@ -1,6 +1,6 @@
{
"name": "astro-licenses-report",
"version": "0.8.1",
"version": "0.8.0",
"description": "Give credits to the awesome JS open-source community with this component. It will generate a table with important informations about packages used by your project.",
"main": "index.ts",
"type": "module",
Expand Down Expand Up @@ -35,5 +35,8 @@
"developer",
"credits"
],
"license": "ISC"
"license": "ISC",
"dependencies": {
"@wbmnky/license-report-generator": "^2.1.3"
}
}

0 comments on commit 76fa219

Please sign in to comment.