Skip to content

Commit

Permalink
fix: react import error
Browse files Browse the repository at this point in the history
  • Loading branch information
KnowsCount committed Mar 16, 2022
1 parent 706f18e commit 3679543
Show file tree
Hide file tree
Showing 3 changed files with 8,586 additions and 8,366 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contribution-heatmap",
"version": "1.1.1",
"version": "1.2.0",
"description": "a github-inspired react contribution heatmap component",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
1 change: 1 addition & 0 deletions rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default [
typescript({ tsconfig: './tsconfig.json' }),
postcss(),
],
external: ['react', 'react-dom', 'styled-components'],
},
{
input: 'dist/esm/types/index.d.ts',
Expand Down
Loading

1 comment on commit 3679543

@vercel
Copy link

@vercel vercel bot commented on 3679543 Mar 16, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.