Skip to content

Commit 43e1645

Browse files
nullvariantclaude
andauthored
fix: normalize repository.url in npm placeholder package (#423)
Add git+ prefix to repository URL to match npm registry convention and suppress npm publish warning. 🖥️ IDE: [Cursor](https://cursor.sh) 🔌 Extension: [Claude Code](https://claude.ai/download) Model-Raw: claude-opus-4-6-20250415 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e2d3690 commit 43e1645

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/git-id-switcher-npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"homepage": "https://marketplace.visualstudio.com/items?itemName=nullvariant.git-id-switcher",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/nullvariant/nullvariant-vscode-extensions.git",
11+
"url": "git+https://github.com/nullvariant/nullvariant-vscode-extensions.git",
1212
"directory": "packages/git-id-switcher-npm"
1313
},
1414
"keywords": [

0 commit comments

Comments
 (0)