Skip to content

Commit

Permalink
feat: publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
T1B0 committed Jun 25, 2024
1 parent 2186c2e commit efe875e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
[
"@semantic-release/npm",
{
"npmPublish": false
"npmPublish": true,
"tarballDir": "dist"
}
],
"@semantic-release/release-notes-generator",
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# iggy-node-bin
# iggy-bin

iggy-node-bin aims to implement a node.js client for [iggy-rs](https://iggy.rs/)'s binary protocol, written in typescript, with tcp, tls & quic transports support.
iggy-bin is an unofficial node.js client for [iggy-rs](https://iggy.rs/)'s binary protocol, written with typescript. it currently only support tcp transport.

## howto

Expand All @@ -20,4 +20,3 @@ $ npm run build
```
$ npm run test
```

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "iggy-node-bin",
"name": "iggy-bin",
"type": "module",
"version": "1.0.1",
"description": "nodejs iggy.rs binary client",
"description": "unofficial nodejs iggy.rs binary client",
"files": [
"dist/**/*.js",
"dist/**/*.d.ts",
Expand Down

0 comments on commit efe875e

Please sign in to comment.