From 1df12ba7d06729474715a358aa2bddd8f15742e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 25 Feb 2025 15:10:56 +0000 Subject: [PATCH] Update GitHub template files --- docs/package.json | 27 ++++++++++++++------------- pnpm-workspace.yaml | 2 +- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/docs/package.json b/docs/package.json index 9f6c928..1ee651a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,16 +1,24 @@ { "name": "starlight-sidebar-swipe-docs", "version": "0.0.1", - "license": "MIT", + "private": true, "description": "Make sidebar swipeable on mobile devices like Discord Mobile.", + "homepage": "https://github.com/trueberryless-org/starlight-sidebar-swipe", + "bugs": "https://github.com/trueberryless-org/starlight-sidebar-swipe/issues", + "repository": { + "type": "git", + "url": "https://github.com/trueberryless-org/starlight-sidebar-swipe.git", + "directory": "docs" + }, + "license": "MIT", "author": "trueberryless", "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.32.1", @@ -19,15 +27,8 @@ "sharp": "^0.33.5", "starlight-sidebar-swipe": "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-sidebar-swipe", - "repository": { - "type": "git", - "url": "https://github.com/trueberryless-org/starlight-sidebar-swipe.git", - "directory": "docs" - }, - "bugs": "https://github.com/trueberryless-org/starlight-sidebar-swipe/issues" + } } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index df1d4eb..37f24cd 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,3 @@ packages: - "docs/" - - "packages/*" + - "packages/**/*"