Skip to content

Commit 7150128

Browse files
committed
chore: scope the npm package name
1 parent 63bac35 commit 7150128

4 files changed

Lines changed: 14 additions & 12 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# t1code
44

55
[![License](https://img.shields.io/badge/license-MIT-111111?style=flat-square)](./LICENSE)
6-
[![npm](https://img.shields.io/npm/v/t1code?color=111111&label=npm&style=flat-square)](https://www.npmjs.com/package/t1code)
6+
[![npm](https://img.shields.io/npm/v/%40maria__rcks%2Ft1code?color=111111&label=npm&style=flat-square)](https://www.npmjs.com/package/@maria_rcks/t1code)
77
[![GitHub](https://img.shields.io/badge/github-maria--rcks%2Ft1code-111111?style=flat-square&logo=github)](https://github.com/maria-rcks/t1code)
88

99
<img src="./assets/repo/t1code-preview.webp" alt="t1code terminal UI screenshot" width="1000" />
@@ -19,7 +19,7 @@ _T3Code, but in your terminal._
1919
## Install
2020

2121
```bash
22-
npx t1code
22+
npx @maria_rcks/t1code
2323
```
2424

2525
## What you need

apps/tui/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "t1code",
2+
"name": "@maria_rcks/t1code",
33
"version": "0.0.1",
44
"description": "Terminal-first T3 Code fork with an OpenTUI client",
55
"license": "MIT",
@@ -9,7 +9,6 @@
99
"directory": "apps/tui"
1010
},
1111
"bin": {
12-
"t1": "./bin/t1code.js",
1312
"t1code": "./bin/t1code.js"
1413
},
1514
"files": [

bun.lock

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"dev:marketing": "turbo run dev --filter=@t3tools/marketing",
3131
"dev:desktop": "node scripts/dev-runner.ts dev:desktop",
3232
"start": "turbo run start --filter=t3",
33-
"start:tui": "turbo run start --filter=t1code",
33+
"start:tui": "turbo run start --filter=@maria_rcks/t1code",
3434
"start:desktop": "turbo run start --filter=@t3tools/desktop",
3535
"start:marketing": "turbo run preview --filter=@t3tools/marketing",
3636
"build": "turbo run build",
37-
"build:tui": "turbo run build --filter=t1code",
37+
"build:tui": "turbo run build --filter=@maria_rcks/t1code",
3838
"build:marketing": "turbo run build --filter=@t3tools/marketing",
3939
"build:desktop": "turbo run build --filter=@t3tools/desktop --filter=t3",
4040
"typecheck": "turbo run typecheck",

0 commit comments

Comments
 (0)