Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Oct 25, 2024
1 parent 1503596 commit 6b4ba2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "vitest-fetch-mock",
"version": "0.3.0",
"version": "0.4.0",
"description": "fetch mock for vitest",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["./dist/**.*"],
"files": [
"./dist/**.*"
],
"scripts": {
"type-check": "tsc",
"test": "vitest run",
Expand Down

0 comments on commit 6b4ba2e

Please sign in to comment.