File tree Expand file tree Collapse file tree 9 files changed +15
-15
lines changed Expand file tree Collapse file tree 9 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 3
3
"packages" : [
4
4
" packages/*"
5
5
],
6
- "version" : " 0.0.0 "
6
+ "version" : " 0.0.1 "
7
7
}
Original file line number Diff line number Diff line change 6
6
"author" : " " ,
7
7
"license" : " MIT" ,
8
8
"dependencies" : {
9
- "@webpack-cli/generators" : " 0.0.1" ,
10
- "@webpack-cli/utils" : " 0.0.1"
9
+ "@webpack-cli/generators" : " ^ 0.0.1" ,
10
+ "@webpack-cli/utils" : " ^ 0.0.1"
11
11
}
12
12
}
Original file line number Diff line number Diff line change 11
11
"author" : " " ,
12
12
"license" : " MIT" ,
13
13
"dependencies" : {
14
- "yeoman-environment " : " ^2 .0.6 " ,
15
- "@webpack-cli/generators " : " 0 .0.1 "
14
+ "@webpack-cli/generators " : " ^0 .0.1 " ,
15
+ "yeoman-environment " : " ^2 .0.6 "
16
16
}
17
17
}
Original file line number Diff line number Diff line change 11
11
"author" : " " ,
12
12
"license" : " MIT" ,
13
13
"dependencies" : {
14
- "yeoman-environment " : " ^2 .0.6 " ,
15
- "@webpack-cli/generators " : " 0 .0.1 "
14
+ "@webpack-cli/generators " : " ^0 .0.1 " ,
15
+ "yeoman-environment " : " ^2 .0.6 "
16
16
}
17
17
}
Original file line number Diff line number Diff line change 7
7
"author" : " " ,
8
8
"license" : " MIT" ,
9
9
"dependencies" : {
10
+ "@webpack-cli/utils" : " ^0.0.1" ,
11
+ "@webpack-cli/webpack-scaffold" : " ^0.0.1" ,
10
12
"chalk" : " ^2.4.1" ,
11
13
"glob-all" : " ^3.1.0" ,
12
14
"lodash" : " ^4.17.10" ,
13
15
"log-symbols" : " ^2.2.0" ,
14
16
"mkdirp" : " ^0.5.1" ,
15
17
"webpack-addons" : " ^1.1.5" ,
16
18
"webpack-dev-server" : " ^3.1.4" ,
17
- "yeoman-generator" : " ^2.0.5" ,
18
- "@webpack-cli/utils" : " 0.0.1" ,
19
- "@webpack-cli/webpack-scaffold" : " 0.0.1"
19
+ "yeoman-generator" : " ^2.0.5"
20
20
},
21
21
"peerDependencies" : {
22
22
"webpack" : " ^4.0.0"
Original file line number Diff line number Diff line change 6
6
"author" : " " ,
7
7
"license" : " MIT" ,
8
8
"dependencies" : {
9
- "@webpack-cli/utils" : " 0.0.1" ,
9
+ "@webpack-cli/utils" : " ^ 0.0.1" ,
10
10
"chalk" : " ^2.4.1" ,
11
11
"jscodeshift" : " ^0.5.0" ,
12
12
"p-each-series" : " ^1.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/make" ,
3
- "version" : " 1. 0.0" ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " Makefile for webpack" ,
5
5
"main" : " index.js" ,
6
6
"keywords" : [],
Original file line number Diff line number Diff line change 15
15
"webpack" : " ^4.x.x"
16
16
},
17
17
"dependencies" : {
18
- "@webpack-cli/utils" : " 0.0.1" ,
18
+ "@webpack-cli/utils" : " ^ 0.0.1" ,
19
19
"chalk" : " ^2.4.1" ,
20
20
"diff" : " ^3.5.0" ,
21
21
"inquirer" : " ^5.2.0" ,
Original file line number Diff line number Diff line change 7
7
"author" : " " ,
8
8
"license" : " MIT" ,
9
9
"dependencies" : {
10
+ "@webpack-cli/webpack-scaffold" : " ^0.0.1" ,
10
11
"chalk" : " ^2.4.1" ,
11
12
"cross-spawn" : " ^6.0.5" ,
12
- "inquirer" : " ^5.2.0" ,
13
- "@webpack-cli/webpack-scaffold" : " ^0.0.1"
13
+ "inquirer" : " ^5.2.0"
14
14
}
15
15
}
You can’t perform that action at this time.
0 commit comments