Skip to content

Commit

Permalink
fix: loosen up our @readme/variable peerDep requirement (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion authored Feb 24, 2021
1 parent 955f211 commit 5073b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react-codemirror2": "^7.2.1"
},
"peerDependencies": {
"@readme/variable": "^10.0.0",
"@readme/variable": "*",
"react": "16.x",
"react-dom": "16.x"
},
Expand Down

0 comments on commit 5073b55

Please sign in to comment.