Skip to content

Commit

Permalink
Improve package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Oct 27, 2024
1 parent 5d8ab73 commit 3c048fb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
3 changes: 3 additions & 0 deletions package-lock.json

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

17 changes: 14 additions & 3 deletions packages/astro-embed-baseline-status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,30 @@
"description": "Component to easily embed the Baseline status of a web feature on your Astro site",
"type": "module",
"exports": {
".": "./index.ts",
"./matcher": "./matcher.ts"
".": "./index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/delucis/astro-embed.git"
"url": "git+https://github.com/delucis/astro-embed.git",
"directory": "packages/astro-embed-baseline-status"
},
"keywords": [
"astro",
"astro-component",
"ui",
"embeds",
"baseline"
],
"author": "delucis",
"license": "MIT",
"bugs": {
"url": "https://github.com/delucis/astro-embed/issues"
},
"homepage": "https://github.com/delucis/astro-embed/tree/main/packages/astro-embed-baseline-status#readme",
"dependencies": {
"@astro-community/astro-embed-utils": "^0.1.0"
},
"peerDependencies": {
"astro": "^4.0.0-beta || ^5.0.0-beta"
}
}

0 comments on commit 3c048fb

Please sign in to comment.