Skip to content

Commit

Permalink
fix(wslink): relax peer dependency version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Apr 10, 2024
1 parent 35b5c66 commit b136dd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"peerDependencies": {
"@babel/preset-env": "^7.17.10",
"autoprefixer": "^10.4.7",
"wslink": "^1.1.0"
"wslink": ">=1.1.0 || ^2.0.0"
},
"scripts": {
"validate": "prettier --config ./prettier.config.js --list-different \"Sources/**/*.js\" \"Examples/**/*.js\"",
Expand Down

0 comments on commit b136dd7

Please sign in to comment.