Skip to content

Commit

Permalink
patch: auto update package json catch all
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Aug 14, 2022
1 parent 678112d commit 9166d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vx/config/rollup/plugins/handleExports.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function genExports(moduleName, namespace) {
}),
},
'./package.json': './package.json',
'./': './',
'./*': './*',
};
}

Expand Down

0 comments on commit 9166d7b

Please sign in to comment.