Skip to content

Commit

Permalink
chore: rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Oct 19, 2024
1 parent 1e3eec3 commit 05948f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
## Install

```bash
bun install -d dts-generation
bun install -d @stacksjs/dtsx
```

_@npm.js, please allow us to use the `dtsx` package name 🙏_,

<!-- _Alternatively, you can install:_
```bash
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": "dtsx",
"name": "@stacksjs/dtsx",
"type": "module",
"version": "0.1.1",
"description": "A modern, fast .d.ts generation tool, powered by Bun.",
Expand Down

0 comments on commit 05948f1

Please sign in to comment.