Comparing version 0.0.3 to 0.0.4
// Generated by CoffeeScript 1.4.0 | ||
(function() { | ||
var VAlarm, VCalendar, VTimezone, VTodo, moment, time, _ref; | ||
var moment, time; | ||
@@ -9,5 +9,5 @@ time = require('time'); | ||
_ref = require('./index'), VCalendar = _ref.VCalendar, VTodo = _ref.VTodo, VAlarm = _ref.VAlarm, VTimezone = _ref.VTimezone; | ||
module.exports = function(Alarm) { | ||
var VAlarm, VCalendar, VTimezone, VTodo, _ref; | ||
_ref = require('./index'), VCalendar = _ref.VCalendar, VTodo = _ref.VTodo, VAlarm = _ref.VAlarm, VTimezone = _ref.VTimezone; | ||
Alarm.getICalCalendar = function() { | ||
@@ -14,0 +14,0 @@ var calendar; |
// Generated by CoffeeScript 1.4.0 | ||
(function() { | ||
var VCalendar, VEvent, moment, time, _ref; | ||
var moment, time; | ||
@@ -9,5 +9,5 @@ time = require('time'); | ||
_ref = require('./index'), VCalendar = _ref.VCalendar, VEvent = _ref.VEvent; | ||
module.exports = function(Event) { | ||
var VCalendar, VEvent, _ref; | ||
_ref = require('./index'), VCalendar = _ref.VCalendar, VEvent = _ref.VEvent; | ||
Event.prototype.toIcal = function(timezone) { | ||
@@ -14,0 +14,0 @@ var endDate, startDate; |
@@ -14,2 +14,6 @@ // Generated by CoffeeScript 1.4.0 | ||
module.exports.decorateAlarm = require('./alarm'); | ||
module.exports.decorateEvent = require('./event'); | ||
iCalBuffer = (function() { | ||
@@ -16,0 +20,0 @@ |
{ | ||
"name": "cozy-ical", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Cozy-Ical provides ICal Parser and Objects", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "cake tests" | ||
"test": "mocha test/index.coffee --reporter spec --compilers coffee:coffee-script --colors", | ||
"build": "coffee --compile --output lib/ src/", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -22,2 +24,3 @@ "repository": { | ||
"moment": "~2.1.0", | ||
"time": "~0.9.2", | ||
"lazy": "~1.0.11" | ||
@@ -24,0 +27,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
447
36577
3
15
+ Addedtime@~0.9.2
+ Addedbindings@1.5.0(transitive)
+ Addeddebug@4.3.7(transitive)
+ Addedfile-uri-to-path@1.0.0(transitive)
+ Addedms@2.1.3(transitive)
+ Addedtime@0.9.2(transitive)