@event-calendar/core
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "@event-calendar/core", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"title": "Event Calendar Core package", | ||
@@ -5,0 +5,0 @@ "description": "Full-sized drag & drop event calendar with resource view", |
@@ -196,4 +196,4 @@ # Event Calendar [![](https://data.jsdelivr.com/v1/package/npm/@event-calendar/build/badge)](https://www.jsdelivr.com/package/npm/@event-calendar/build) [![npm](https://img.shields.io/npm/dm/@event-calendar/core?color=red&label=npm&style=flat-square)](https://www.npmjs.com/package/@event-calendar/core) | ||
```html | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@1.3.0/event-calendar.min.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@1.3.0/event-calendar.min.js"></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@1.3.1/event-calendar.min.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@1.3.1/event-calendar.min.js"></script> | ||
``` | ||
@@ -1323,3 +1323,5 @@ | ||
[Event](#event-object) object to be analyzed. The function must return `true` to have this event counted, or `false` to ignore it | ||
[Event](#event-object) object to be analyzed. | ||
The function must return `true` to have this event counted, or `false` to ignore it | ||
</td> | ||
@@ -1326,0 +1328,0 @@ </tr> |
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
186581
2632