build: tweak bootstrap script
This commit is contained in:
parent
6e04850d71
commit
2a4e158c76
2
scripts/bootstrap.js
vendored
2
scripts/bootstrap.js
vendored
@ -22,7 +22,7 @@ files.forEach(shortName => {
|
|||||||
description: name,
|
description: name,
|
||||||
main: 'index.js',
|
main: 'index.js',
|
||||||
module: `dist/${shortName}.esm-bundler.js`,
|
module: `dist/${shortName}.esm-bundler.js`,
|
||||||
typings: 'dist/index.d.ts',
|
types: 'dist/index.d.ts',
|
||||||
repository: {
|
repository: {
|
||||||
type: 'git',
|
type: 'git',
|
||||||
url: 'git+https://github.com/vuejs/vue.git'
|
url: 'git+https://github.com/vuejs/vue.git'
|
||||||
|
Loading…
Reference in New Issue
Block a user