Skip to content

Commit

Permalink
build: bump to 0.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Chapman Pendery <[email protected]>
  • Loading branch information
cpendery committed Jan 25, 2024
1 parent 8efcf5b commit 3d00a24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/tact-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/tact-test",
"version": "0.0.1-rc.1",
"version": "0.0.1",
"description": "Fast and precise end-to-end terminal testing framework",
"engines": {
"node": ">=16"
Expand All @@ -15,7 +15,7 @@
"license": "MIT",
"homepage": "https://github.com/microsoft/tact#readme",
"dependencies": {
"@microsoft/tact": "0.0.1-rc.1"
"@microsoft/tact": "0.0.1"
},
"scripts": {}
}
4 changes: 2 additions & 2 deletions packages/tact/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/tact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/tact",
"version": "0.0.1-rc.1",
"version": "0.0.1",
"description": "Fast and precise end-to-end terminal testing framework",
"type": "module",
"engines": {
Expand Down

0 comments on commit 3d00a24

Please sign in to comment.