Skip to content

Commit f544578

Browse files
committed
v0.0.6
1 parent 7fca948 commit f544578

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.0.5"
6+
"version": "0.0.6"
77
}

packages/init/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/init",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "init command for webpack-cli",
55
"main": "index.js",
66
"author": "",
@@ -9,6 +9,7 @@
99
"access": "public"
1010
},
1111
"dependencies": {
12+
"@webpack-cli/generators": "^0.0.4",
1213
"@webpack-cli/utils": "^0.0.4",
1314
"chalk": "^2.4.1",
1415
"jscodeshift": "^0.5.0",

0 commit comments

Comments
 (0)