Skip to content

Commit

Permalink
Merge pull request #5 from jrmi/update-deps
Browse files Browse the repository at this point in the history
Update jest
  • Loading branch information
jrmi authored Feb 10, 2021
2 parents b9acb12 + aa69ac0 commit f76fe2e
Show file tree
Hide file tree
Showing 4 changed files with 5,731 additions and 3,142 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

jobs:
publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -21,6 +20,6 @@ jobs:
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}


4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ A web client to client communication channel that mimic [WAMP protocol](https://
Way mush simpler and light than Autobahn and don't need a fat router when you need something less powerfull. It based on
venerable and very usefull [socket.io](https://socket.io/).

Compatible with 2.X and 3.X version of socket.io.

## Installation

```sh
Expand Down Expand Up @@ -67,7 +69,7 @@ const room = await join({

## API

All call are client side. Since you have the room instance you can comunicate with other client with this API.
All calls are client side. Since you have the room instance you can comunicate with other client with this API.

### .publish("eventName", params, self=false)

Expand Down
Loading

0 comments on commit f76fe2e

Please sign in to comment.