fix: 🐛 Couldn't find package "tabby-agent@0.0.1" (#399)

release-0.2
Xudong Guo 2023-09-05 11:29:01 +08:00 committed by GitHub
parent e93a971d0e
commit 3ab365f2c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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"
}
}

View File

@ -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"
}
}

View File

@ -197,6 +197,6 @@
},
"dependencies": {
"@xstate/fsm": "^2.0.1",
"tabby-agent": "0.0.1"
"tabby-agent": "0.1.0-dev"
}
}