Skip to content

Commit

Permalink
Publish API package to the default registry (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
HighCommander4 authored Dec 5, 2024
1 parent ea33181 commit 17d6a42
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
"version": "0.0.0",
"description": "API for the llvm-vs-code-extensions.vscode-clangd VS Code extension",
"types": "vscode-clangd.d.ts",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"repository": "https://github.com/clangd/vscode-clangd",
"license": "MIT",
"homepage": "https://github.com/clangd/vscode-clangd/blob/master/api/README.md",
"dependencies": {
"vscode-languageclient": "8.0.2"
}
}
}

0 comments on commit 17d6a42

Please sign in to comment.