Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishiv committed Aug 21, 2024
1 parent 52ef82a commit 874b2bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "attorneyjs",
"version": "0.8.50",
"version": "0.8.51",
"author": "Abhishiv Saxena<[email protected]>",
"license": "MIT",
"description": "Ultralean Test runner for browser and node",
Expand All @@ -23,6 +23,7 @@
"coverage": "vitest run --coverage --run --passWithNoTests",
"typecheck": "npx tsc --noEmit"
},
"type": "module",
"main": "./src/index.ts",
"exports": {
".": {
Expand Down

0 comments on commit 874b2bb

Please sign in to comment.