Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
alampros committed Dec 27, 2024
2 parents a93b47d + aa99153 commit d36f119
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "6.2.0",
"description": "React component to draw confetti for your party.",
"main": "dist/index.js",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/alampros/react-confetti.git"
Expand Down Expand Up @@ -81,4 +82,4 @@
"engines": {
"node": ">=16"
}
}
}
3 changes: 2 additions & 1 deletion rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ const config: RollupOptions = {
input: 'src/index.ts',
output: {
dir: 'dist',
format: 'es',
format: 'module',
sourcemap: true,
exports: 'default',
},
external: ['react', 'react-dom', 'tween-functions'],
plugins: [
Expand Down

0 comments on commit d36f119

Please sign in to comment.