Skip to content

Commit 17d6a42

Browse files
Publish API package to the default registry (clangd#746)
1 parent ea33181 commit 17d6a42

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

api/package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@
33
"version": "0.0.0",
44
"description": "API for the llvm-vs-code-extensions.vscode-clangd VS Code extension",
55
"types": "vscode-clangd.d.ts",
6-
"publishConfig": {
7-
"registry": "https://npm.pkg.github.com"
8-
},
96
"repository": "https://github.com/clangd/vscode-clangd",
107
"license": "MIT",
118
"homepage": "https://github.com/clangd/vscode-clangd/blob/master/api/README.md",
129
"dependencies": {
1310
"vscode-languageclient": "8.0.2"
1411
}
15-
}
12+
}

0 commit comments

Comments
 (0)