Skip to content
This repository was archived by the owner on Nov 6, 2018. It is now read-only.

Commit cb63514

Browse files
committed
chore: rename npm package to sourcegraph
BREAKING CHANGE: This repository's npm package was renamed from @sourcegraph/sourcegraph.proposed to sourcegraph.
1 parent e3f0ba2 commit cb63514

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ After writing and publishing an extension (using `src extensions publish` in the
6464

6565
The Sourcegraph extension API (this repository) is the open-source extension API that Sourcegraph extensions are written against. It exposes concepts present in all clients, such as notifications of opened/closed documents, adding buttons to toolbars, changing the background or gutter color of lines, showing hover tooltips, etc.
6666

67-
The (temporarily named) [@sourcegraph/sourcegraph.proposed](https://npmjs.com/package/@sourcegraph/sourcegraph.proposed) npm package (published from this repository) exposes this as a TypeScript/JavaScript API that is familiar to anyone who has written a [VS Code](https://code.visualstudio.com/) extension.
67+
The [sourcegraph](https://npmjs.com/package/sourcegraph) npm package (published from this repository) exposes this as a TypeScript/JavaScript API that is familiar to anyone who has written a [VS Code](https://code.visualstudio.com/) extension.
6868

6969
#### Adapters to "polyfill" existing tools to run Sourcegraph extensions
7070

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@sourcegraph/sourcegraph.proposed",
2+
"name": "sourcegraph",
33
"version": "0.0.0-development",
44
"description": "Sourcegraph extension API: build extensions that enhance reading and reviewing code in your existing tools",
55
"author": "Sourcegraph",

0 commit comments

Comments
 (0)