Skip to content

Commit

Permalink
Add bower.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondavies committed Jun 23, 2015
1 parent 3a65df6 commit 0e8c6ba
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "d3-cloud",
"version": "1.1.2",
"main": "d3.layout.cloud.js",
"scripts": [
"d3.layout.cloud.js"
],
"ignore": [
".DS_Store",
".git",
".gitignore",
".npmignore",
"examples",
"index.js",
"lib",
"node_modules",
"package.json"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3.layout.cloud",
"version": "1.1.1",
"version": "1.1.2",
"description": "Generate word clouds in JavaScript.",
"keywords": [
"word",
Expand Down

0 comments on commit 0e8c6ba

Please sign in to comment.