Skip to content

Commit

Permalink
docs: document repository link
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Correa Casablanca <[email protected]>
  • Loading branch information
castarco committed Feb 10, 2024
1 parent edb0b69 commit 011ca07
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kindspells/astro-sri-csp",
"version": "0.1.6",
"version": "0.1.7",
"description": "An Astro plugin to compute and inject SRI hashes for script and style tags",
"private": false,
"type": "module",
Expand Down Expand Up @@ -35,5 +35,12 @@
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"astro": "^4.3.5"
}
},
"repository": "github:KindSpells/astro-csp-sri-postbuild",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/kindspells-labs"
}
]
}

0 comments on commit 011ca07

Please sign in to comment.