Skip to content

Commit

Permalink
fix(*): update package names
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickersoft committed Sep 22, 2024
1 parent 48e212b commit a759986
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .changeset/afraid-glasses-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"atmx": patch
"@atmx-org/common": patch
---

Added language detection and improved init command
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "javascript",
"name": "@examples/javascript",
"version": "1.0.0",
"description": "",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react",
"name": "@examples/react",
"version": "1.0.0",
"description": "",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "svelte",
"name": "@examples/svelte",
"version": "1.0.0",
"description": "",
"private": true,
Expand Down
9 changes: 5 additions & 4 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "typescript",
"name": "@examples/typescript",
"version": "1.0.0",
"description": "",
"private": true,
Expand All @@ -8,8 +8,9 @@
"author": "",
"license": "ISC",
"dependencies": {
"atmx": "workspace:*",
"react": "^18.3.1",
"svelte": "^4.2.19"
"atmx": "workspace:*"
},
"devDependencies": {
"typescript": "^5.6.2"
}
}

0 comments on commit a759986

Please sign in to comment.