Skip to content

Commit

Permalink
fix: resolve naming conflict for publishing on npm (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-nettis authored Jan 24, 2024
1 parent 3549c90 commit ad98c6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
## Installation

```bash
yarn add tiny-bus
yarn add tiny-b
```

## Usage

```typescript
import TinyBus from "tiny-bus";
import TinyBus from "tiny-b";

const tinyBus = new TinyBus(/* options */);

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "tiny-bus",
"name": "tiny-b",
"license": "MIT",
"private": false,
"description": "A tiny and highly customizable event bus supporting different dispatching strategies.",
"version": "1.0.0",
"main": "dist/index.js",
Expand Down

0 comments on commit ad98c6e

Please sign in to comment.