Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjswan committed May 22, 2024
1 parent fc84e21 commit d5bd151
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
{
"name": "blackout-schedule-ical",
"version": "1.0.0",
"description": "",
"version": "2024.5.22",
"description": "DTEK Blackout Schedule Calendars",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"keywords": [
"blackout",
"calendars"
],
"author": "m03geek",
"contributors": [
{
"name": "Andrew J.Swan",
"url": "https://github.com/andrewjswan/"
}
],
"homepage": "https://andrewjswan.github.io/dtek-blackout-schedule-calendars/",
"bugs": "https://github.com/andrewjswan/dtek-blackout-schedule-calendars/issues",
"repository": {
"type": "git",
"url": "https://github.com/andrewjswan/dtek-blackout-schedule-calendars.git"
},
"license": "MIT",
"dependencies": {
"@touch4it/ical-timezones": "^1.9.0",
"ical-generator": "^3.6.1",
Expand Down

0 comments on commit d5bd151

Please sign in to comment.