astro-portabletext
Advanced tools
Comparing version 0.2.1 to 0.2.2
# astro-portabletext | ||
## 0.2.2 | ||
### Patch Changes | ||
- Add missing `repository`, `bugs` and `homepage` fields to `package.json`. | ||
This patch is for npm registery to display the relevant links. | ||
## 0.2.1 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "astro-portabletext", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"type": "module", | ||
@@ -13,2 +13,11 @@ "description": "Render Portable Text with Astro", | ||
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/theisel/astro-portabletext.git", | ||
"directory": "component" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/theisel/astro-portabletext/issues" | ||
}, | ||
"homepage": "https://github.com/theisel/astro-portabletext#readme", | ||
"exports": { | ||
@@ -15,0 +24,0 @@ ".": "./index.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
22601
1
1
0