Skip to content

Commit 54b96c4

Browse files
authored
chore: Add repo to package.json (#3)
1 parent 98b2e1c commit 54b96c4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
release:
44
types: [published]
55
jobs:
6-
build:
6+
publish:
77
runs-on: ubuntu-latest
88
permissions:
99
contents: read

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"private": false,
66
"license": "MIT",
77
"type": "module",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/crunchloop/mcp-devcontainers.git"
11+
},
812
"publishConfig": {
913
"access": "public",
1014
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)