From 2d33471a2ae58b40c738f72dcecd608604051e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Fern=C3=A1ndez?= Date: Thu, 17 Apr 2025 03:06:05 +0000 Subject: [PATCH] chore: Add repo to package.json --- .github/workflows/release.yaml | 2 +- package.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9ac98f1..9c19329 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -3,7 +3,7 @@ on: release: types: [published] jobs: - build: + publish: runs-on: ubuntu-latest permissions: contents: read diff --git a/package.json b/package.json index f4c1682..5d6d90b 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,10 @@ "private": false, "license": "MIT", "type": "module", + "repository": { + "type": "git", + "url": "git+https://github.com/crunchloop/mcp-devcontainers.git" + }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/"