Skip to content

Commit

Permalink
1.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrem committed May 13, 2019
1 parent 51cf9aa commit b025948
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/components/Node.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ type: `number`
defaultValue: `undefined`


### `name` (required)
### `name`

type: `string`
defaultValue: `''`


### `nodeData` (required)
Expand Down
2 changes: 1 addition & 1 deletion lib/react-d3-tree.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-d3-tree",
"version": "1.12.3",
"version": "1.12.4",
"description": "React component to create interactive D3 tree hierarchies",
"main": "lib/react-d3-tree.min.js",
"types": "./react-d3-tree.d.ts",
Expand Down

0 comments on commit b025948

Please sign in to comment.