Skip to content

Commit e3a383b

Browse files
authored
chore: fix/roll back lingo (#1799)
* chore(cli): rename CLI binary entry point from 'lingo' to 'lingo.dev' * chore: add changeset for rolling back 'lingo.dev' version
1 parent a91df80 commit e3a383b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/gentle-taxis-sit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"lingo.dev": minor
3+
---
4+
5+
roll back

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
}
109109
},
110110
"bin": {
111-
"lingo": "./bin/cli.mjs"
111+
"lingo.dev": "./bin/cli.mjs"
112112
},
113113
"files": [
114114
"bin",

0 commit comments

Comments
 (0)