frappe-gantt
Advanced tools
Comparing version 0.8.0 to 0.8.1
{ | ||
"name": "frappe-gantt", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "A simple, modern, interactive gantt library for the web", | ||
@@ -20,3 +20,3 @@ "main": "src/index.js", | ||
"type": "git", | ||
"url": "https://github.com/frappe/gantt.git" | ||
"url": "git+https://github.com/frappe/gantt.git" | ||
}, | ||
@@ -30,3 +30,2 @@ "files": [ | ||
".": { | ||
"import": "./dist/frappe-gantt.es.js", | ||
"require": "./dist/frappe-gantt.umd.js" | ||
@@ -33,0 +32,0 @@ } |
@@ -33,2 +33,7 @@ <div align="center"> | ||
Or from the CDN: | ||
``` | ||
<script src="https://cdn.jsdelivr.net/npm/frappe-gantt/dist/frappe-gantt.umd.js"></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/frappe-gantt/dist/frappe-gantt.css"> | ||
``` | ||
And start hacking: | ||
@@ -35,0 +40,0 @@ |
@@ -1295,3 +1295,3 @@ import date_utils from './date_utils'; | ||
if (this.options['on_' + event]) { | ||
this.options['on_' + event].apply(null, args); | ||
this.options['on_' + event].apply(this, args); | ||
} | ||
@@ -1298,0 +1298,0 @@ } |
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
191234
4066
124