Skip to content

Commit

Permalink
fix: npx init (#2980)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait authored and anshumanv committed Oct 20, 2021
1 parent 04f28f4 commit bb3b0ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/generators/package.json
Expand Up @@ -26,11 +26,11 @@
],
"dependencies": {
"yeoman-environment": "^2.10.3",
"yeoman-generator": "^4.12.0"
"yeoman-generator": "^4.12.0",
"webpack-cli": "4.x.x"
},
"peerDependencies": {
"webpack": "5.x.x",
"webpack-cli": "4.x.x"
"webpack": "4.x.x || 5.x.x"
},
"peerDependenciesMeta": {
"prettier": {
Expand Down

0 comments on commit bb3b0ed

Please sign in to comment.