浏览代码

build: tweak bootstrap script

Evan You 7 年之前
父节点
当前提交
2a4e158c76
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/bootstrap.js

+ 1 - 1
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'