vue-calendar-heatmap
Advanced tools
Comparing version 0.2.4 to 0.2.5
{ | ||
"name": "vue-calendar-heatmap", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "A calendar heatmap Vuejs component built on SVG, inspired by github's contribution calendar graph", | ||
"author": "Julien Rabin <julien@wildcodeschool.fr>", | ||
"main": "main.js", | ||
"scripts": { | ||
@@ -8,0 +7,0 @@ "serve": "vue-cli-service serve --open", |
@@ -1,2 +0,2 @@ | ||
import { DAYS_IN_ONE_YEAR, DAYS_IN_WEEK } from '@/consts' | ||
import { DAYS_IN_ONE_YEAR, DAYS_IN_WEEK } from './consts' | ||
@@ -3,0 +3,0 @@ export default class CalendarHeatmap { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
306591