Skip to content

Commit

Permalink
vx: add license to package.json template
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Nov 10, 2024
1 parent 64807d6 commit 775b63a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vest-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@
"./package.json": "./package.json",
"./*": "./*"
},
"vxAllowResolve": []
"vxAllowResolve": [],
"license": "MIT"
}
1 change: 1 addition & 0 deletions vx/config/rollup/plugins/handleExports.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ function genPackageJsonBase(moduleName, { namespace, isNested = false }) {
...umdExports,
name: moduleName,
types: typesPath,
license: 'MIT',
};
}

Expand Down

0 comments on commit 775b63a

Please sign in to comment.