Skip to content

Commit

Permalink
Make master version something non-production but that hopefully npm w…
Browse files Browse the repository at this point in the history
…on't choke on
  • Loading branch information
liquidpele committed Jul 14, 2015
1 parent b362cc9 commit cf8ab0e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build/nv.d3.css
@@ -1,4 +1,4 @@
/* nvd3 version master (https://github.com/novus/nvd3) 2015-07-14 */
/* nvd3 version 1.8.1-dev (https://github.com/novus/nvd3) 2015-07-14 */
.nvd3 .nv-axis {
pointer-events:none;
opacity: 1;
Expand Down
4 changes: 2 additions & 2 deletions build/nv.d3.js
@@ -1,4 +1,4 @@
/* nvd3 version master (https://github.com/novus/nvd3) 2015-07-14 */
/* nvd3 version 1.8.1-dev (https://github.com/novus/nvd3) 2015-07-14 */
(function(){

// set up main nv object
Expand Down Expand Up @@ -13397,5 +13397,5 @@ nv.models.sunburstChart = function() {
return chart;
};

nv.version = "master";
nv.version = "1.8.1-dev";
})();
4 changes: 2 additions & 2 deletions build/nv.d3.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.js
Expand Up @@ -5,7 +5,7 @@
Package.describe({
"name": 'nvd3:nvd3',
summary: 'Nvd3.org charts.',
version: 'master',
version: '1.8.1-dev',
git: "https://github.com/novus/nvd3.git"
});
Package.on_use(function (api) {
Expand All @@ -14,4 +14,4 @@ Package.on_use(function (api) {
api.add_files('build/nv.d3.js', 'client');
api.add_files('build/nv.d3.css', 'client');
api.export("nv");
});
});
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "nvd3",
"version": "master",
"version": "1.8.1-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 cf8ab0e

Please sign in to comment.