workflow: adjust esm-bundler build file name
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"version": "3.0.0-alpha.1",
|
||||
"description": "@vue/compiler-dom",
|
||||
"main": "index.js",
|
||||
"module": "dist/compiler-dom.esm.js",
|
||||
"module": "dist/compiler-dom.esm-bundler.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -18,4 +18,4 @@
|
||||
"url": "https://github.com/vuejs/vue/issues"
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/compiler-dom#readme"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user