Skip to content

Commit 05948f1

Browse files
committed
chore: rename package
1 parent 1e3eec3 commit 05948f1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@
1717
## Install
1818

1919
```bash
20-
bun install -d dts-generation
20+
bun install -d @stacksjs/dtsx
2121
```
2222

23+
_@npm.js, please allow us to use the `dtsx` package name 🙏_,
24+
2325
<!-- _Alternatively, you can install:_
2426
2527
```bash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "dtsx",
2+
"name": "@stacksjs/dtsx",
33
"type": "module",
44
"version": "0.1.1",
55
"description": "A modern, fast .d.ts generation tool, powered by Bun.",

0 commit comments

Comments
 (0)