Skip to content

Commit fef5cee

Browse files
committed
chore: use scope @coast-team
1 parent 8920576 commit fef5cee

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WebRTC Signaling server based on **WebSocket** for [**Netflux API**](https://coa
88
## Install
99

1010
```shell
11-
npm install -g sigver
11+
npm install -g @coast-team/sigver
1212
```
1313

1414
## Run
@@ -91,5 +91,5 @@ Server may close the socket with the following codes:
9191

9292
[ci-img]: https://github.com/coast-team/sigver/actions/workflows/ci.yml/badge.svg
9393
[ci-url]: https://github.com/coast-team/sigver/actions/workflows/ci.yml
94-
[npm-img]: https://img.shields.io/npm/v/sigver.svg
95-
[npm-url]: https://www.npmjs.com/package/sigver
94+
[npm-img]: https://img.shields.io/npm/v/@coast-team/sigver.svg
95+
[npm-url]: https://www.npmjs.com/package/@coast-team/sigver

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "sigver",
2+
"name": "@coast-team/sigver",
33
"description": "Signaling server for Netflux API based on WebSocket",
44
"version": "21.0.0",
55
"type": "commonjs",

0 commit comments

Comments
 (0)