Skip to content

Commit

Permalink
#11: Make svgPoint helper function accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
netzwerg committed Oct 29, 2018
1 parent 956d760 commit 931fdb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-svg-tooltip",
"version": "0.0.8",
"version": "0.0.9",
"description": "React component to create tooltips for SVG elements",
"keywords": [
"react",
Expand Down
1 change: 1 addition & 0 deletions src/react-svg-tooltip.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export {default as Tooltip} from './Tooltip';
export {default as svgPoint} from './svg-point';

0 comments on commit 931fdb7

Please sign in to comment.