File tree Expand file tree Collapse file tree 15 files changed +28
-28
lines changed Expand file tree Collapse file tree 15 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 3
3
"packages" : [
4
4
" packages/*"
5
5
],
6
- "version" : " 0.0.3 "
6
+ "version" : " 0.0.1 "
7
7
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " webpack-cli" ,
3
- "version" : " 0.0.0 -development" ,
3
+ "version" : " 0.0.2 -development" ,
4
4
"description" : " CLI for webpack & friends" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/add" ,
3
- "version" : " 0.0.3 " ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " A scaffold for adding new properties" ,
5
5
"main" : " index.js" ,
6
6
"author" : " " ,
9
9
"access" : " public"
10
10
},
11
11
"dependencies" : {
12
- "@webpack-cli/generators" : " ^0.0.3 " ,
13
- "@webpack-cli/utils" : " ^0.0.3 "
12
+ "@webpack-cli/generators" : " ^0.0.1 " ,
13
+ "@webpack-cli/utils" : " ^0.0.1 "
14
14
}
15
15
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/generate-loader" ,
3
- "version" : " 0.0.3 " ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " A scaffold for generating a loader" ,
5
5
"main" : " index.js" ,
6
6
"directories" : {
14
14
"author" : " " ,
15
15
"license" : " MIT" ,
16
16
"dependencies" : {
17
- "@webpack-cli/generators" : " ^0.0.3 " ,
17
+ "@webpack-cli/generators" : " ^0.0.1 " ,
18
18
"yeoman-environment" : " ^2.0.6"
19
19
}
20
20
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/generate-plugin" ,
3
- "version" : " 0.0.3 " ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " A scaffold for generating a plugin" ,
5
5
"main" : " index.js" ,
6
6
"directories" : {
14
14
"author" : " " ,
15
15
"license" : " MIT" ,
16
16
"dependencies" : {
17
- "@webpack-cli/generators" : " ^0.0.3 " ,
17
+ "@webpack-cli/generators" : " ^0.0.1 " ,
18
18
"yeoman-environment" : " ^2.0.6"
19
19
}
20
20
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/generators" ,
3
- "version" : " 0.0.3 " ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " Webpack-CLI generators" ,
5
5
"main" : " index.js" ,
6
6
"keywords" : [],
10
10
"access" : " public"
11
11
},
12
12
"dependencies" : {
13
- "@webpack-cli/utils" : " ^0.0.3 " ,
14
- "@webpack-cli/webpack-scaffold" : " ^0.0.3 " ,
13
+ "@webpack-cli/utils" : " ^0.0.1 " ,
14
+ "@webpack-cli/webpack-scaffold" : " ^0.0.1 " ,
15
15
"chalk" : " ^2.4.1" ,
16
16
"glob-all" : " ^3.1.0" ,
17
17
"lodash" : " ^4.17.10" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/info" ,
3
- "version" : " 0.0.3 " ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " Outputs env info for the ease of debug" ,
5
5
"main" : " index.js" ,
6
6
"author" : " " ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/init" ,
3
- "version" : " 0.0.3 " ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " init command for webpack-cli" ,
5
5
"main" : " index.js" ,
6
6
"author" : " " ,
9
9
"access" : " public"
10
10
},
11
11
"dependencies" : {
12
- "@webpack-cli/utils" : " ^0.0.3 " ,
12
+ "@webpack-cli/utils" : " ^0.0.1 " ,
13
13
"chalk" : " ^2.4.1" ,
14
14
"jscodeshift" : " ^0.5.0" ,
15
15
"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" : " 0.0.3 " ,
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 1
1
{
2
2
"name" : " @webpack-cli/migrate" ,
3
- "version" : " 0.0.3 " ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " Migrate command for webpack-cli" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
18
18
"webpack" : " ^4.x.x"
19
19
},
20
20
"dependencies" : {
21
- "@webpack-cli/utils" : " ^0.0.3 " ,
21
+ "@webpack-cli/utils" : " ^0.0.1 " ,
22
22
"chalk" : " ^2.4.1" ,
23
23
"diff" : " ^3.5.0" ,
24
24
"inquirer" : " ^5.2.0" ,
You can’t perform that action at this time.
0 commit comments