Version 0.1.0

This commit is contained in:
Kyle Hornberg
2013-12-05 14:41:12 -06:00
parent 1b7d69a214
commit c66f64b9c0
3 changed files with 5 additions and 9 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "ics.js",
"main": "ics.js",
"version": "0.0.0",
"version": "0.1.0",
"homepage": "https://github.com/khornberg/ics.js",
"contributors": [
"Travis Krause <[email protected]>",
@@ -14,13 +14,13 @@
"iCalendar"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
"tests",
"demo"
],
"dependencies": {
"Blob.js": "eligrey/Blob.js",