Skip to content

Commit

Permalink
Also define dependencies as peerDependencies
Browse files Browse the repository at this point in the history
FIX: Declare package dependencies as peer dependencies as an attempt
to avoid duplicated package issues.

Issue #12
Issue codemirror/dev#858
  • Loading branch information
marijnh committed Jun 15, 2022
1 parent 887799c commit c4a8b15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Expand Up @@ -31,6 +31,12 @@
"@codemirror/view": "^6.0.0",
"@lezer/common": "^1.0.0"
},
"peerDependencies": {
"@codemirror/language": "^6.0.0",
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0",
"@lezer/common": "^1.0.0"
},
"devDependencies": {
"@codemirror/buildhelper": "^0.1.5"
},
Expand Down

0 comments on commit c4a8b15

Please sign in to comment.