Skip to content

Commit 5e19ebd

Browse files
committed
add vitest package json
1 parent b0c41ef commit 5e19ebd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

vitest/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "mix-n-matchers-vitest",
3+
"version": "1.0.0",
4+
"description": "Miscellaneous custom Jest matchers",
5+
"type": "module",
6+
"main": "../dist/vitest.cjs",
7+
"module": "../dist/vitest.js",
8+
"types": "../dist/vitest.d.ts",
9+
"files": [
10+
"../dist"
11+
]
12+
}

0 commit comments

Comments
 (0)