calendar-heatmap-graph
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -11,4 +11,4 @@ { | ||
"main": [ | ||
"dist/calendar-heatmap.js", | ||
"dist/calendar-heatmap.css" | ||
"dist/calendar-heatmap.min.js", | ||
"dist/calendar-heatmap.min.css" | ||
], | ||
@@ -15,0 +15,0 @@ "ignore": [ |
@@ -18,4 +18,2 @@ var gulp = require('gulp'); | ||
.pipe(uglify()) | ||
//.pipe(uglify({mangle: {toplevel: true, except: ['d3']}}).on('error', function(e) { console.log('\x07',e.message); return this.end(); })) | ||
//.pipe(uglify().on('error', function(e) { console.log('\x07',e.message); return this.end(); })) | ||
.pipe(concat('calendar-heatmap.min.js')) | ||
@@ -22,0 +20,0 @@ .pipe(gulp.dest('./dist')); |
{ | ||
"name": "calendar-heatmap-graph", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Calendar heatmap graph for time series data.", | ||
"homepage": "https://github.com/g1eb/calendar-heatmap#readme", | ||
"author": "g1eb", | ||
"license": "MIT", | ||
"main": "index.html", | ||
"repository": { | ||
@@ -10,5 +13,2 @@ "type": "git", | ||
}, | ||
"author": "g1eb", | ||
"license": "MIT", | ||
"main": "index.html", | ||
"bugs": { | ||
@@ -15,0 +15,0 @@ "url": "https://github.com/g1eb/calendar-heatmap/issues" |
@@ -116,3 +116,3 @@ # Calendar heatmap graph | ||
[Calendar heatmap graph anngular directive](https://github.com/g1eb/angular-calendar-heatmap) | ||
[Calendar heatmap graph angular directive](https://github.com/g1eb/angular-calendar-heatmap) | ||
@@ -119,0 +119,0 @@ ## Dependencies |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
588584
1335