Skip to content

Commit

Permalink
redo build latest with 1.8.3-dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidpele committed Apr 26, 2016
1 parent 4ee3dda commit 0b1fc8d
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.3 (https://github.com/novus/nvd3) 2016-04-26 */
/* nvd3 version 1.8.3-dev (https://github.com/novus/nvd3) 2016-04-26 */
.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.3 (https://github.com/novus/nvd3) 2016-04-26 */
/* nvd3 version 1.8.3-dev (https://github.com/novus/nvd3) 2016-04-26 */
(function(){

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

};

nv.version = "1.8.3";
nv.version = "1.8.3-dev";
})();
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.3',
version: '1.8.3-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.3",
"version": "1.8.3-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 0b1fc8d

Please sign in to comment.