Skip to content

Commit

Permalink
Merge pull request #213 from bumbeishvili/dev
Browse files Browse the repository at this point in the history
3.0 Version of org chart
  • Loading branch information
bumbeishvili authored Sep 17, 2023
2 parents c8ebb04 + f920b30 commit 696b139
Show file tree
Hide file tree
Showing 6 changed files with 1,343 additions and 2,098 deletions.
339 changes: 276 additions & 63 deletions README.md

Large diffs are not rendered by default.

1,625 changes: 108 additions & 1,517 deletions misc/data.csv

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions misc/dev-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,13 @@ We are using live server and nodemon during development.

nodemon command is
```npm
nodemon --exec npm install --ignore build/
```
nodemon --watch ./src/d3-org-chart.js --exec npm install --ignore build/
```


Npm publish RC

```npm
npm version prerelease --preid=next
npm publish --tag beta
```
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3-org-chart",
"version": "2.7.0",
"version": "3.0.1-next.3",
"module": "index",
"description": "Highly customizable org chart, created with d3",
"keywords": [
Expand Down Expand Up @@ -56,4 +56,4 @@
"d3-shape": "3",
"d3-flextree": "2.1.2"
}
}
}
Loading

0 comments on commit 696b139

Please sign in to comment.