Skip to content

Commit

Permalink
fix: Make peerDependencies less strict
Browse files Browse the repository at this point in the history
closes #303
  • Loading branch information
sebbo2002 committed Jul 22, 2021
1 parent 098189a commit 1c3a8f2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@
"main": "./dist/index.js",
"name": "ical-generator",
"peerDependencies": {
"@touch4it/ical-timezones": "^1.6.1",
"@types/luxon": "^1.26.0",
"@types/mocha": "^8.2.1",
"@types/node": "^15.0.3",
"dayjs": "^1.10.4",
"luxon": "^1.26.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"rrule": "^2.6.8"
"@touch4it/ical-timezones": ">=1.6.0",
"@types/luxon": ">= 1.26.0",
"@types/mocha": ">= 8.2.1",
"@types/node": ">= 15.0.0",
"dayjs": ">= 1.10.0",
"luxon": ">= 1.26.0",
"moment": ">= 2.29.0",
"moment-timezone": ">= 0.5.33",
"rrule": ">= 2.6.8"
},
"peerDependenciesMeta": {
"@touch4it/ical-timezones": {
Expand Down

0 comments on commit 1c3a8f2

Please sign in to comment.