Skip to content

Commit

Permalink
fix: rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Sep 3, 2022
1 parent c8d27ca commit 3621fa9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 519 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
command: manifest
release-type: node
package-name: 'y-socket.io'
package-name: '@textea/y-socket.io'
token: ${{secrets.GITHUB_TOKEN}}
bump-minor-pre-major: true
bump-patch-for-minor-pre-major: true
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# y-socket.io
# @textea/y-socket.io

## Usage

```shell
npm install y-socket.io
npm install @textea/y-socket.io
# or
yarn add y-socket.io
yarn add @textea/y-socket.io
# or
pnpm install y-socket.io
pnpm install @textea/y-socket.io
```
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"test:run": "run -T vitest run"
},
"dependencies": {
"@clerk/backend-core": "^2.1.1",
"@clerk/clerk-sdk-node": "^4.1.1",
"cookie": "^0.5.0",
"express": "^4.18.1",
"socket.io": "^4.5.1",
Expand Down
Loading

0 comments on commit 3621fa9

Please sign in to comment.