Skip to content

Commit

Permalink
Allow mem-fs ^1.2.0 as peer dependency. (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Apr 23, 2021
1 parent 2460397 commit 7f340eb
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 @@ -24,7 +24,7 @@
"normalize-path": "^3.0.0"
},
"peerDependencies": {
"mem-fs": "^2.0.0"
"mem-fs": "^1.2.0 || ^2.0.0"
},
"peerDependenciesMeta": {
"mem-fs": {
Expand Down

0 comments on commit 7f340eb

Please sign in to comment.