diff --git a/packages/vest-utils/package.json b/packages/vest-utils/package.json index ef7658767..96840a6ec 100644 --- a/packages/vest-utils/package.json +++ b/packages/vest-utils/package.json @@ -74,5 +74,6 @@ "./package.json": "./package.json", "./*": "./*" }, - "vxAllowResolve": [] + "vxAllowResolve": [], + "license": "MIT" } diff --git a/vx/config/rollup/plugins/handleExports.js b/vx/config/rollup/plugins/handleExports.js index 22b992d62..bd9d9125a 100644 --- a/vx/config/rollup/plugins/handleExports.js +++ b/vx/config/rollup/plugins/handleExports.js @@ -143,6 +143,7 @@ function genPackageJsonBase(moduleName, { namespace, isNested = false }) { ...umdExports, name: moduleName, types: typesPath, + license: 'MIT', }; }