Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: correct export extension (#1439)
  • Loading branch information
bluwy committed Jun 6, 2022
1 parent d25a3f2 commit 9d6c6f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vitest/package.json
Expand Up @@ -41,8 +41,8 @@
"import": "./dist/config.mjs"
}
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"bin": {
"vitest": "./vitest.mjs"
Expand Down

0 comments on commit 9d6c6f2

Please sign in to comment.