|
@@ -22,7 +22,7 @@ files.forEach(shortName => {
|
|
|
description: name,
|
|
description: name,
|
|
|
main: 'index.js',
|
|
main: 'index.js',
|
|
|
module: `dist/${shortName}.esm-bundler.js`,
|
|
module: `dist/${shortName}.esm-bundler.js`,
|
|
|
- typings: 'dist/index.d.ts',
|
|
|
|
|
|
|
+ types: 'dist/index.d.ts',
|
|
|
repository: {
|
|
repository: {
|
|
|
type: 'git',
|
|
type: 'git',
|
|
|
url: 'git+https://github.com/vuejs/vue.git'
|
|
url: 'git+https://github.com/vuejs/vue.git'
|