Skip to content

Commit

Permalink
2.25.4
Browse files Browse the repository at this point in the history
  • Loading branch information
susielu committed Jan 5, 2018
1 parent b904a54 commit 4ba518b
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "d3-svg-legend",
"version": "2.25.3",
"description":
"A legend component for d3. Given a d3.scale it can create either a color legend, size legend, or symbol legend.",
"version": "2.25.4",
"description": "A legend component for d3. Given a d3.scale it can create either a color legend, size legend, or symbol legend.",
"main": "indexRollup.js",
"jsnext:main": "indexRollupNext.js",
"module": "indexRollupNext.js",
Expand All @@ -17,7 +16,11 @@
"d3-legend.*",
"types/*"
],
"keywords": ["d3", "d3-module", "legend"],
"keywords": [
"d3",
"d3-module",
"legend"
],
"directories": {
"example": "examples",
"test": "test"
Expand Down Expand Up @@ -49,7 +52,10 @@
"test": "mocha"
},
"watch": {
"grunt": ["src/*.js ", "docs/legends.js"]
"grunt": [
"src/*.js ",
"docs/legends.js"
]
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4ba518b

Please sign in to comment.