Skip to content

Commit

Permalink
add sourcemaps to distros
Browse files Browse the repository at this point in the history
fixes #866
  • Loading branch information
gordonwoodhull committed May 25, 2015
1 parent 50a5d96 commit 09ef343
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 2.0 Series
## 2.0.0 beta 10
* add sourcemaps (*.map) to distributions ([#866](https://github.com/dc-js/dc.js/issues/866))
* allow `.options()` to take an array of arguments (for better angular-dc support), by Tim Ruhle ([#886](https://github.com/dc-js/dc.js/pull/886) / ([#769](https://github.com/dc-js/dc.js/issues/769))
* make bower distro smaller, by Matt Traynham and Tim Ruhle ([#925](https://github.com/dc-js/dc.js/pull/925 / [#935](https://github.com/dc-js/dc.js/pull/935))
* added infrastructure for testing transitions by eye
* added area and stacked bar examples ([#777](https://github.com/dc-js/dc.js/issues/#777))

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@
"files": [
"dc.css",
"dc.min.js",
"dc.js"
"dc.min.js.map",
"dc.js",
"dc.js.map"
]
}
]
Expand Down

0 comments on commit 09ef343

Please sign in to comment.