Skip to content

Commit

Permalink
fix: 🐛 Couldn't find package "tabby-agent@0.0.1" (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 authored Sep 5, 2023
1 parent e93a971 commit 3ab365f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/intellij/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"devDependencies": {
"cpy-cli": "^4.2.0",
"rimraf": "^5.0.1",
"tabby-agent": "0.0.1"
"tabby-agent": "0.1.0-dev"
}
}
2 changes: 1 addition & 1 deletion clients/vim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"devDependencies": {
"cpy-cli": "^4.2.0",
"rimraf": "^5.0.1",
"tabby-agent": "0.0.1"
"tabby-agent": "0.1.0-dev"
}
}
2 changes: 1 addition & 1 deletion clients/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,6 @@
},
"dependencies": {
"@xstate/fsm": "^2.0.1",
"tabby-agent": "0.0.1"
"tabby-agent": "0.1.0-dev"
}
}

0 comments on commit 3ab365f

Please sign in to comment.