Compare commits

...

2 Commits

Author SHA1 Message Date
2c71a64a52
v1.0.3 2024-04-15 23:15:57 +02:00
b95394f0fc
fix: correct homepage 2024-04-15 23:15:35 +02:00
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@zokki/astro-gzip",
"version": "1.0.2",
"version": "1.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@zokki/astro-gzip",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"dependencies": {
"@zokki/integration-utils": "^1.1.0"

View File

@ -1,11 +1,11 @@
{
"name": "@zokki/astro-gzip",
"version": "1.0.2",
"version": "1.0.3",
"description": "gzip astro static sites",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"homepage": "https://zokki.net",
"homepage": "https://gitea.zokki.net/zokki/astro-gzip",
"scripts": {
"build": "tsup ./src/index.ts --format cjs,esm --dts",
"lint": "tsc"