Browse Source

build: tweak bootstrap script

Evan You 7 years ago
parent
commit
2a4e158c76
1 changed files with 1 additions and 1 deletions
  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'