Skip to content

Commit

Permalink
fix: typing export
Browse files Browse the repository at this point in the history
resolves #10
  • Loading branch information
magnattic authored and thomasbrodusch committed Jun 23, 2023
1 parent 8e03bba commit 426f7ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"exports": {
".": {
"import": "./dist/vitest-fail-on-console.es.js",
"require": "./dist/vitest-fail-on-console.umd.js"
"require": "./dist/vitest-fail-on-console.umd.js",
"types": "./dist/index.d.ts"
}
},
"types": "./dist/index.d.ts",
Expand All @@ -58,6 +59,5 @@
"dependencies": {
"chalk": "^5.2.0",
"node-stdlib-browser": "^1.2.0"

}
}

0 comments on commit 426f7ce

Please sign in to comment.