Skip to content

Commit

Permalink
Add missing dependency to bower.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondavies committed Jul 27, 2016
1 parent 7d6fabe commit 726aee9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "d3-cloud",
"version": "1.2.1",
"version": "1.2.2",
"main": "build/d3.layout.cloud.js",
"dependencies": {
"d3-dispatch": "0.2.x"
},
"ignore": [
".DS_Store",
".git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3-cloud",
"version": "1.2.1",
"version": "1.2.2",
"description": "Generate word clouds in JavaScript.",
"keywords": [
"word",
Expand Down

0 comments on commit 726aee9

Please sign in to comment.