Skip to content

Commit 8092f04

Browse files
committed
docs: add repository info
1 parent 45d0ae2 commit 8092f04

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
- name: Install dependencies
2525
run: npm ci
2626

27-
- name: Build
28-
run: npm run build
29-
3027
- name: Publish to npm
3128
run: npm publish --provenance --access public
3229
env:

dist/package.json

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,13 @@
5050
"node": ">=20.0.0"
5151
},
5252
"author": "Postman, Inc.",
53-
"license": "Apache-2.0"
54-
}
53+
"license": "Apache-2.0",
54+
"repository": {
55+
"type": "git",
56+
"url": "https://github.com/postmanlabs/postman-mcp-server.git"
57+
},
58+
"bugs": {
59+
"url": "https://github.com/postmanlabs/postman-mcp-server/issues"
60+
},
61+
"homepage": "https://github.com/postmanlabs/postman-mcp-server#readme"
62+
}

0 commit comments

Comments
 (0)