Skip to content

Commit

Permalink
chore: rename @toncommunity/tlb-parser to @ton-community/tlb-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
thekiba committed Feb 11, 2024
1 parent 634bda8 commit f9d2198
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Installation

```bash
npm install @toncommunity/tlb-parser
npm install @ton-community/tlb-parser
```

## Usage
Expand All @@ -21,7 +21,7 @@ npx tlb-parser example.tlb
Or you can use the tool from inside JS or TS code.

```typescript
import { ast, NodeVisitor, ASTRootBase } from "@toncommunity/tlb-parser";
import { ast, NodeVisitor, ASTRootBase } from "@ton-community/tlb-parser";

class TestVisitor extends NodeVisitor {
public visited: { [key: string]: number };
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@toncommunity/tlb-parser",
"name": "@ton-community/tlb-parser",
"version": "0.1.1",
"description": "Parse TLB syntax into TypeScript objects",
"main": "./dist/index.js",
Expand Down

0 comments on commit f9d2198

Please sign in to comment.