Skip to content

Commit

Permalink
chore: publish v2.0.0-rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiller1990 committed Jun 24, 2021
1 parent 5e13b53 commit 4778958
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,11 +1,11 @@
{
"name": "@vue/test-utils",
"version": "2.0.0-rc.8",
"version": "2.0.0-rc.9",
"license": "MIT",
"main": "dist/vue-test-utils.cjs.js",
"unpkg": "dist/vue-test-utils.browser.js",
"types": "dist/index.d.ts",
"module": "dist/vue-test-utils.esm-bundler.mjs",
"module": "dist/vue-test-utils.esm-bundler.js",
"files": [
"dist",
"README.md",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Expand Up @@ -55,7 +55,7 @@ function createEntry(options) {
if (format === 'es') {
config.output.file = pkg.module
if (isBrowser) {
config.output.file = 'dist/vue-test-utils.esm-browser.mjs'
config.output.file = 'dist/vue-test-utils.esm-browser.js'
}
}
if (format === 'cjs') {
Expand Down

0 comments on commit 4778958

Please sign in to comment.