Skip to content

Commit

Permalink
fix: Make peer dependencies optional
Browse files Browse the repository at this point in the history
Closes #244
  • Loading branch information
sebbo2002 committed Apr 17, 2021
1 parent c29cfe8 commit b384ac7
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
30 changes: 30 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,35 @@
"moment-timezone": "^0.5.33",
"rrule": "^2.6.8"
},
"peerDependenciesMeta": {
"@touch4it/ical-timezones": {
"optional": true
},
"@types/luxon": {
"optional": true
},
"@types/mocha": {
"optional": true
},
"@types/node": {
"optional": true
},
"dayjs": {
"optional": true
},
"luxon": {
"optional": true
},
"moment": {
"optional": true
},
"moment-timezone": {
"optional": true
},
"rrule": {
"optional": true
}
},
"scripts": {
"all": "npm run lint && npm run build",
"build": "./build.sh",
Expand Down

0 comments on commit b384ac7

Please sign in to comment.