build: tweak bootstrap script

This commit is contained in:
Evan You 2018-10-16 17:42:19 -04:00
parent 6e04850d71
commit 2a4e158c76

View File

@ -22,7 +22,7 @@ files.forEach(shortName => {
description: name,
main: 'index.js',
module: `dist/${shortName}.esm-bundler.js`,
typings: 'dist/index.d.ts',
types: 'dist/index.d.ts',
repository: {
type: 'git',
url: 'git+https://github.com/vuejs/vue.git'