From a8d01afec2b27d9c1569fbe0c352fac28e0b38d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 21 Feb 2025 08:32:19 +0000 Subject: [PATCH] Update GitHub template files --- .changeset/config.json | 2 +- docs/package.json | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 154adb2..48517a3 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -10,5 +10,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["@starlight-spell-checker-tests/*"] + "ignore": [] } diff --git a/docs/package.json b/docs/package.json index 77a646b..b960975 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,16 +1,24 @@ { "name": "starlight-spell-checker-docs", "version": "0.1.0", - "license": "MIT", + "private": true, "description": "Check your documentation for spelling mistakes; multilingual support.", + "homepage": "https://github.com/trueberryless-org/starlight-spell-checker", + "bugs": "https://github.com/trueberryless-org/starlight-spell-checker/issues", + "repository": { + "type": "git", + "url": "https://github.com/trueberryless-org/starlight-spell-checker.git", + "directory": "docs" + }, + "license": "MIT", "author": "trueberryless-org", "type": "module", "scripts": { - "dev": "astro dev", - "start": "astro dev", + "astro": "astro", "build": "astro build", + "dev": "astro dev", "preview": "astro preview", - "astro": "astro" + "start": "astro dev" }, "dependencies": { "@astrojs/starlight": "^0.30.3", @@ -19,16 +27,8 @@ "sharp": "^0.33.5", "starlight-spell-checker": "workspace:*" }, + "packageManager": "pnpm@9.6.0", "engines": { "node": "^18.17.1 || ^20.3.0 || >=21.0.0" - }, - "private": true, - "homepage": "https://github.com/trueberryless-org/starlight-spell-checker", - "repository": { - "type": "git", - "url": "https://github.com/trueberryless-org/starlight-spell-checker.git", - "directory": "docs" - }, - "bugs": "https://github.com/trueberryless-org/starlight-spell-checker/issues", - "packageManager": "pnpm@9.6.0" + } }