From 2a4e158c76ae5d650e15894f291d2d0edd11e48e Mon Sep 17 00:00:00 2001 From: Evan You Date: Tue, 16 Oct 2018 17:42:19 -0400 Subject: [PATCH] build: tweak bootstrap script --- scripts/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'