example/example_tonic.js
0 → 100644
... | ... | @@ -2,7 +2,7 @@ |
"name": "ical-generator", | ||
"description": "ical-generator is a small piece of code which generates ical calendar files", | ||
"author": "Sebastian Pekarek <mail@sebbo.net>", | ||
"version": "0.2.7", | ||
"version": "0.2.8-dev", | ||
"bugs": { | ||
"url": "http://github.com/sebbo2002/ical-generator/issues", | ||
"email": "bugs@sebbo.net" | ||
... | ... | @@ -19,6 +19,7 @@ |
"scripts": { | ||
"test": "grunt && istanbul cover _mocha -- -R spec --no-colors" | ||
}, | ||
"tonicExampleFilename": "./example/example_tonic.js", | ||
"preferGlobal": false, | ||
"main": "./lib/index.js", | ||
"repository": { | ||
... | ... |
Please register or sign in to comment