We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0739ea7 commit 914e768Copy full SHA for 914e768
compile.mjs
@@ -10,7 +10,7 @@ function buildPackageJson(packageName) {
10
*/
11
return {
12
name: packageName,
13
- version: '1.0.0',
+ version: '2.0.0',
14
keywords: ['lwc-plugin', 'lightweight-charts'],
15
type: 'module',
16
main: `./${packageName}.umd.cjs`,
0 commit comments