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
+1 -2
View File
@@ -1,13 +1,12 @@
{
"name": "ics.js",
"version": "0.0.0",
"version": "0.1.0",
"description": "A browser firendly .ics/.vcs file generator written entirely in javascript",
"main": "icsjs",
"dependencies": {
"grunt": "~0.4.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-mocha": "~0.4.6"
},