Skip to content

Commit

Permalink
Moved evalite dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Dec 2, 2024
1 parent f50773e commit 5eb120a
Show file tree
Hide file tree
Showing 24 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "total-typescript-monorepo",
"name": "evalite-monorepo",
"version": "1.0.0",
"type": "module",
"packageManager": "[email protected]",
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "evalite-vitest",
"name": "evalite",
"version": "0.0.2",
"private": true,
"type": "module",
"bin": {
"evalite-vitest": "./dist/bin.js"
"evalite": "./dist/bin.js"
},
"files": [
"./dist/*"
Expand All @@ -25,10 +25,10 @@
"tinyrainbow": "^1.2.0",
"fastify": "^5.1.0",
"@fastify/websocket": "11.0.1",
"@types/ws": "^8.5.13",
"@evalite/core": "workspace:*"
},
"devDependencies": {
"@types/ws": "^8.5.13",
"strip-ansi": "^7.1.0",
"@types/js-levenshtein": "^1.1.3"
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5eb120a

Please sign in to comment.