Skip to content

Commit

Permalink
Cut new dev build for master.
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidpele committed Aug 24, 2017
1 parent d273ea5 commit 1456d1c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/nv.d3.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* nvd3 version 1.8.6 (https://github.com/novus/nvd3) 2017-08-23 */
/* nvd3 version 1.8.6-dev (https://github.com/novus/nvd3) 2017-08-23 */
.nvd3 .nv-axis {
pointer-events:none;
opacity: 1;
Expand Down
4 changes: 2 additions & 2 deletions build/nv.d3.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* nvd3 version 1.8.6 (https://github.com/novus/nvd3) 2017-08-23 */
/* nvd3 version 1.8.6-dev (https://github.com/novus/nvd3) 2017-08-23 */
(function(){

// set up main nv object
Expand Down Expand Up @@ -15667,6 +15667,6 @@ nv.models.sunburstChart = function() {

};

nv.version = "1.8.6";
nv.version = "1.8.6-dev";
})();
//# sourceMappingURL=nv.d3.js.map
4 changes: 2 additions & 2 deletions build/nv.d3.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Package.describe({
"name": 'nvd3:nvd3',
summary: 'Nvd3.org charts.',
version: '1.8.6',
version: '1.8.6-dev',
git: "https://github.com/novus/nvd3.git"
});
Package.on_use(function (api) {
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": "nvd3",
"version": "1.8.6",
"version": "1.8.6-dev",
"description": "A reusable charting library written in d3.js",
"url": "https://github.com/novus/nvd3",
"main": "build/nv.d3.js",
Expand Down

0 comments on commit 1456d1c

Please sign in to comment.