From: Evan You Date: Tue, 16 Oct 2018 21:42:19 +0000 (-0400) Subject: build: tweak bootstrap script X-Git-Tag: v3.0.0-alpha.0~1102 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a4e158c76ae5d650e15894f291d2d0edd11e48e;p=thirdparty%2Fvuejs%2Fcore.git build: tweak bootstrap script --- diff --git a/scripts/bootstrap.js b/scripts/bootstrap.js index 021aa40a45..8ee7e961ec 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'