Skip to content

Commit

Permalink
make bower distro smaller, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonwoodhull committed May 25, 2015
1 parent 49987a7 commit 307124a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ gal12 <gal123@gmail.com>
Sri Kadimisetty
hhravn <hhravn@gmail.com>
Mihai Hodorogea <mihaihodorogea@gmail.com>
Timothy Ruhle <timothy.ruhle@gmail.com>
21 changes: 5 additions & 16 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dcjs",
"version": "2.0.0-beta.9",
"version": "2.0.0-beta.10",
"main": ["dc.js", "dc.css"],
"keywords": [
"visualization",
Expand All @@ -13,21 +13,10 @@
"d3"
],
"ignore": [
"**/.*"
"AUTHORS",
"Changelog.md",
"CONTRIBUTING.md",
"Gruntfile.js",
"index.js",
"package.json",
"README.md",
"LICENSE_BANNER",
"docs",
"regression",
"scripts",
"spec",
"src",
"web"
"*",
"!dc.*",
"!LICENSE",
"!README.md"
],
"dependencies": {
"d3": "3.x",
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": "dc",
"version": "2.0.0-beta.9",
"version": "2.0.0-beta.10",
"license": "Apache-2.0",
"copyright": "2014",
"description": "A multi-dimensional charting library built to work natively with crossfilter and rendered using d3.js ",
Expand Down

0 comments on commit 307124a

Please sign in to comment.