Evan You 7 лет назад
Родитель
Сommit
2a4e158c76
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      scripts/bootstrap.js

+ 1 - 1
scripts/bootstrap.js

@@ -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'