Skip to content

Commit

Permalink
update rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
sikanhe committed Dec 5, 2023
1 parent f7ceec1 commit 8cac6ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const commonjsPkgJSONPlugin = () => {
);
} else {
await fs.copyFile('package.json', 'dist/package.json');
await fs.copyFile('README.md', 'dist/README.md');
}
},
};
Expand Down

1 comment on commit 8cac6ce

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes have been published to npm.

yarn add -E gqtx@0.9.1-8cac6ce9.0

Please sign in to comment.