Skip to content

Commit

Permalink
chore: add astro as peer dependency
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 12, 2024
1 parent f590fff commit b127a18
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 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.3.0",
"version": "0.3.1",
"description": "An Astro plugin to compute and inject SRI hashes for script and style tags",
"private": false,
"type": "module",
Expand All @@ -10,7 +10,10 @@
"types": "./main.d.ts",
"default": "./main.mjs"
},
"files": ["main.d.ts", "main.mjs"],
"files": [
"main.d.ts",
"main.mjs"
],
"scripts": {
"format": "biome format --write .",
"lint": "pnpm run lint:biome && pnpm run lint:tsc",
Expand All @@ -31,6 +34,9 @@
],
"author": "KindSpells Labs S.L.",
"license": "MIT",
"peerDependencies": {
"astro": "^4.3.5"
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@types/node": "^20.11.17",
Expand Down

0 comments on commit b127a18

Please sign in to comment.