calendar-tools
Advanced tools
Comparing version 0.2.1 to 0.2.2
0.2.2 / 2011-12-06 | ||
================== | ||
* expose atom and rfc2445 module | ||
0.2.1 / 2011-11-29 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -29,2 +29,14 @@ | ||
/** | ||
* Expose atom | ||
*/ | ||
exports.atom = require('./atom'); | ||
/** | ||
* Expose rfc2445 | ||
*/ | ||
exports.rfc2445 = require('./rfc2445'); | ||
/** | ||
* Expose util | ||
@@ -34,2 +46,1 @@ */ | ||
exports.util = require('./util'); | ||
@@ -71,5 +71,5 @@ /*! | ||
/********************** | ||
/** | ||
* generate functions * | ||
**********************/ | ||
*/ | ||
@@ -175,5 +175,5 @@ /** | ||
/********************* | ||
* getting functions * | ||
*********************/ | ||
/** | ||
* getting functions | ||
*/ | ||
@@ -180,0 +180,0 @@ /** |
{ | ||
"name": "calendar-tools" | ||
, "version": "0.2.1" | ||
, "version": "0.2.2" | ||
, "description": "Calendar object model" | ||
@@ -5,0 +5,0 @@ , "keywords": ["calendar", "google calendar", "fullCalendar", "recurring events", "icalendar", "rfc2445"] |
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
497863
10341