Skip to content

Commit

Permalink
chore: remove commented out license assignment in build-pkg.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai committed Jun 5, 2024
1 parent 4482913 commit ed39371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/shared/vite/build-pkg.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exports.buildPkg = function buildPkg() {
const pkg = require(pkgPath);

pkg.author = 'DreamNum <developer@univer.ai>';
pkg.license = 'Apache-2.0';
// pkg.license = 'Apache-2.0';
pkg.funding = {
type: 'opencollective',
url: 'https://opencollective.com/univer',
Expand Down

0 comments on commit ed39371

Please sign in to comment.