Skip to content

Commit

Permalink
fix: 🐛 fix netlify-cli peerDep
Browse files Browse the repository at this point in the history
  • Loading branch information
klaascuvelier committed Jun 9, 2022
1 parent 6e97825 commit da89408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx-netlify-deploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"peerDependencies": {
"@nrwl/devkit": "^13.0.0 || ^14.0.0",
"@nrwl/tao": "^13.0.0 || ^14.0.0",
"netlify-cli": ">8"
"netlify-cli": "^8.0.0"
}
}

0 comments on commit da89408

Please sign in to comment.