Skip to content

Commit

Permalink
chore: use scope @coast-team
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos committed Jan 26, 2022
1 parent 8920576 commit fef5cee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WebRTC Signaling server based on **WebSocket** for [**Netflux API**](https://coa
## Install

```shell
npm install -g sigver
npm install -g @coast-team/sigver
```

## Run
Expand Down Expand Up @@ -91,5 +91,5 @@ Server may close the socket with the following codes:

[ci-img]: https://github.com/coast-team/sigver/actions/workflows/ci.yml/badge.svg
[ci-url]: https://github.com/coast-team/sigver/actions/workflows/ci.yml
[npm-img]: https://img.shields.io/npm/v/sigver.svg
[npm-url]: https://www.npmjs.com/package/sigver
[npm-img]: https://img.shields.io/npm/v/@coast-team/sigver.svg
[npm-url]: https://www.npmjs.com/package/@coast-team/sigver
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sigver",
"name": "@coast-team/sigver",
"description": "Signaling server for Netflux API based on WebSocket",
"version": "21.0.0",
"type": "commonjs",
Expand Down

0 comments on commit fef5cee

Please sign in to comment.