We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbe518 commit e7a2efeCopy full SHA for e7a2efe
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@sensinum/astro-strapi-loader",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "Astro loader for Strapi CMS",
5
"keywords": [
6
"astro",
@@ -54,8 +54,7 @@
54
"lint": "eslint . --ext .ts",
55
"format": "prettier --write \"src/**/*.ts\"",
56
"check": "tsc --noEmit",
57
- "prepare": "husky install",
58
- "postinstall": "husky install"
+ "prepare": "husky install"
59
},
60
"dependencies": {
61
"astro": "^5.0.0"
0 commit comments