Skip to content

Commit 2374934

Browse files
committed
chore: use @stacksjs prefix
bc of name clash
1 parent 17d785c commit 2374934

3 files changed

Lines changed: 24 additions & 6 deletions

File tree

bun.lock

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

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ For best type checking, add ts-cloud to your `tsconfig.json`:
233233
```json
234234
{
235235
"compilerOptions": {
236-
"types": ["ts-cloud"]
236+
"types": ["@stacksjs/ts-cloud"]
237237
}
238238
}
239239
```

packages/ts-cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ts-cloud",
2+
"name": "@stacksjs/ts-cloud",
33
"type": "module",
44
"version": "0.1.10",
55
"description": "A lightweight, performant infrastructure-as-code library and CLI for deploying both server-based (EC2) and serverless applications.",

0 commit comments

Comments
 (0)