diff --git a/scripts/bootstrap.js b/scripts/bootstrap.js index 021aa40a..8ee7e961 100644 --- a/scripts/bootstrap.js +++ b/scripts/bootstrap.js @@ -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'