Skip to content

Commit

Permalink
Added d3 module keyword.
Browse files Browse the repository at this point in the history
  • Loading branch information
deltoss committed Jan 26, 2019
1 parent ac7f110 commit 121c7c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3-mitch-tree",
"version": "1.0.1",
"version": "1.0.2",
"description": "D3 plugin to create interactive navigatable hierarchical tree diagrams.",
"main": "./lib/d3-mitch-tree.js",
"scripts": {
Expand All @@ -16,7 +16,8 @@
"watch-docs": "nodemon --watch ./src/js --watch ./manual --watch ./README.md --ext * --exec \"npm run build-docs\""
},
"keywords": [
"D3",
"d3",
"d3-module",
"javascript"
],
"repository": {
Expand Down

0 comments on commit 121c7c1

Please sign in to comment.