Skip to content

Commit

Permalink
chore: Update package.json
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Set minimum node.js version to 12.0.0
  • Loading branch information
sebbo2002 committed Mar 26, 2021
1 parent 98fdb6f commit a3c7037
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "ical-generator",
"description": "ical-generator is a small piece of code which generates ical calendar files",
"author": "Sebastian Pekarek <mail@sebbo.net>",
"author": "Sebastian Pekarek <gineeyaingasiajeipat@e.sebbo.net>",
"homepage": "https://github.com/sebbo2002/ical-generator",
"keywords": ["ical", "ics", "icalendar", "generator", "calendar", "subscription", "outlook", "rfc", "rfc5545", "events", "alarms"],
"license": "MIT",
"version": "v2.0.0-develop",
"bugs": {
"url": "http://github.com/sebbo2002/ical-generator/issues",
"email": "bugs@sebbo.net"
"url": "http://github.com/sebbo2002/ical-generator/issues"
},
"engines": {
"node": ">=10.1.0"
"node": ">=12.0.0"
},
"files": [
"/dist"
Expand Down

0 comments on commit a3c7037

Please sign in to comment.