We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fca948 commit f544578Copy full SHA for f544578
lerna.json
@@ -3,5 +3,5 @@
3
"packages": [
4
"packages/*"
5
],
6
- "version": "0.0.5"
+ "version": "0.0.6"
7
}
packages/init/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@webpack-cli/init",
- "version": "0.0.5",
+ "version": "0.0.6",
"description": "init command for webpack-cli",
"main": "index.js",
"author": "",
@@ -9,6 +9,7 @@
9
"access": "public"
10
},
11
"dependencies": {
12
+ "@webpack-cli/generators": "^0.0.4",
13
"@webpack-cli/utils": "^0.0.4",
14
"chalk": "^2.4.1",
15
"jscodeshift": "^0.5.0",
0 commit comments