From 859c58ab7ec6ca02595827b3e59ba4dd20225e75 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Sun, 25 Feb 2024 02:35:01 -0800 Subject: [PATCH] update package.jsons --- package.json | 2 +- package/package.json | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c7e2af9..1cd108b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "lint:fix": "biome check --apply ." }, "devDependencies": { - "@biomejs/biome": "1.5.3", + "@biomejs/biome": "^1.5.3", "@changesets/cli": "^2.27.1" } } diff --git a/package/package.json b/package/package.json index 40855b9..61d2233 100644 --- a/package/package.json +++ b/package/package.json @@ -4,7 +4,7 @@ "description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit", "author": { "email": "adam@matthiesen.xyz", - "name": "Adam Matthiesen", + "name": "Adam Matthiesen - MatthiesenXYZ", "url": "https://matthiesen.xyz" }, "license": "MIT", @@ -18,6 +18,13 @@ "octokit" ], "homepage": "https://github.com/MatthiesenXYZ/astro-gists", + "repository": { + "type": "git", + "url": "git+https://github.com/MatthiesenXYZ/astro-gists.git" + }, + "bugs": { + "url": "https://github.com/MatthiesenXYZ/astro-gists/issues" + }, "publishConfig": { "access": "public" }, @@ -38,11 +45,11 @@ "astro": "^4.4.0" }, "dependencies": { - "@octokit/types": "12.6.0", - "@expressive-code/plugin-line-numbers": "0.33.4", + "@octokit/types": "^12.6.0", + "@expressive-code/plugin-line-numbers": "^0.33.4", "astro-integration-kit": "^0.3.0", "astro-expressive-code": "^0.33.4", - "octokit": "3.1.2", - "vite": "5.1.4" + "octokit": "^3.1.2", + "vite": "^5.1.4" } }