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 Oct 2, 2021
1 parent 2dc52b2 commit 1d38499
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
],
"dependencies": {
"yeoman-environment": "^2.10.3",
"yeoman-generator": "^4.12.0"
"yeoman-generator": "^4.12.0",
"webpack-cli": "4.x.x"
},
"peerDependencies": {
"webpack": "4.x.x || 5.x.x",
"webpack-cli": "4.x.x"
"webpack": "4.x.x || 5.x.x"
},
"peerDependenciesMeta": {
"prettier": {
Expand Down

0 comments on commit 1d38499

Please sign in to comment.