]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
build: tweak bootstrap script
authorEvan You <yyx990803@gmail.com>
Tue, 16 Oct 2018 21:42:19 +0000 (17:42 -0400)
committerEvan You <yyx990803@gmail.com>
Tue, 16 Oct 2018 21:42:19 +0000 (17:42 -0400)
scripts/bootstrap.js

index 021aa40a459c425b617c16ea013ac820b9d6ed5c..8ee7e961ecfb29d4cd4eae93bfee0a803a2b11c8 100644 (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'