Skip to content

Commit

Permalink
chore: create-oapp is too similar to an existing package, rename
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Nov 14, 2023
1 parent 74deea9 commit ded29d4
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "create-oapp",
"name": "create-lz-oapp",
"version": "0.0.1",
"description": "Create LayerZero OApp with one command",
"type": "module",
Expand All @@ -13,10 +13,10 @@
"repository": {
"type": "git",
"url": "git+https://github.com/LayerZero-Labs/lz-utils.git",
"directory": "packages/create-oapp"
"directory": "packages/create-lz-oapp"
},
"bin": {
"create-oapp": "./cli.cjs"
"create-lz-oapp": "./cli.cjs"
},
"engines": {
"node": ">=18"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { render } from "ink"
import { Command } from "commander"
import { Placeholder } from "./components/placeholder.js"

new Command("create-oapp")
new Command("create-lz-oapp")
.description("Create LayerZero OApp with one command")
.action(async () => {
const { waitUntilExit } = render(<Placeholder />)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ded29d4

Please sign in to comment.