Skip to content

Commit

Permalink
Merge branch 'master' into u/juliaroldi/select-image
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaroldi authored Nov 9, 2023
2 parents 0b5a67f + 5c204ed commit 1b3e524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/buildTools/normalize.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ function normalize() {

packageJson.typings = './lib/index.d.ts';
packageJson.main = './lib/index.js';
packageJson.module = './lib-mjs/index.js';
packageJson.license = 'MIT';
packageJson.repository = {
type: 'git',
Expand Down

0 comments on commit 1b3e524

Please sign in to comment.