File tree Expand file tree Collapse file tree 14 files changed +29
-29
lines changed Expand file tree Collapse file tree 14 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 3
3
"packages" : [
4
4
" packages/*"
5
5
],
6
- "version" : " 0.0.8 "
6
+ "version" : " 0.1.0 "
7
7
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/add" ,
3
- "version" : " 0.0.8 " ,
3
+ "version" : " 0.1.0 " ,
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.8 " ,
13
- "@webpack-cli/utils" : " ^0.0.8 "
12
+ "@webpack-cli/generators" : " ^0.1.0 " ,
13
+ "@webpack-cli/utils" : " ^0.1.0 "
14
14
},
15
15
"devDependencies" : {
16
16
"@types/node" : " ^10.3.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/generate-loader" ,
3
- "version" : " 0.0.8 " ,
3
+ "version" : " 0.1.0 " ,
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.8 " ,
17
+ "@webpack-cli/generators" : " ^0.1.0 " ,
18
18
"yeoman-environment" : " ^2.1.1"
19
19
},
20
20
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/generate-plugin" ,
3
- "version" : " 0.0.8 " ,
3
+ "version" : " 0.1.0 " ,
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.8 " ,
17
+ "@webpack-cli/generators" : " ^0.1.0 " ,
18
18
"yeoman-environment" : " ^2.1.1"
19
19
},
20
20
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/generators" ,
3
- "version" : " 0.0.8 " ,
3
+ "version" : " 0.1.0 " ,
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.8 " ,
14
- "@webpack-cli/webpack-scaffold" : " ^0.0.8 " ,
13
+ "@webpack-cli/utils" : " ^0.1.0 " ,
14
+ "@webpack-cli/webpack-scaffold" : " ^0.1.0 " ,
15
15
"chalk" : " ^2.4.1" ,
16
16
"glob-all" : " ^3.1.0" ,
17
17
"inquirer-autocomplete-prompt" : " ^0.12.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/info" ,
3
- "version" : " 0.0.8 " ,
3
+ "version" : " 0.1.0 " ,
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.8 " ,
3
+ "version" : " 0.1.0 " ,
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/generators" : " ^0.0.8 " ,
13
- "@webpack-cli/utils" : " ^0.0.8 " ,
12
+ "@webpack-cli/generators" : " ^0.1.0 " ,
13
+ "@webpack-cli/utils" : " ^0.1.0 " ,
14
14
"chalk" : " ^2.4.1" ,
15
15
"jscodeshift" : " ^0.5.0" ,
16
16
"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.8 " ,
3
+ "version" : " 0.1.0 " ,
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.8 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " Migrate command for webpack-cli" ,
5
5
"main" : " index.js" ,
6
6
"author" : " " ,
24
24
"webpack" : " ^4.x.x"
25
25
},
26
26
"dependencies" : {
27
- "@webpack-cli/utils" : " ^0.0.8 " ,
27
+ "@webpack-cli/utils" : " ^0.1.0 " ,
28
28
"chalk" : " ^2.4.1" ,
29
29
"diff" : " ^3.5.0" ,
30
30
"inquirer" : " ^5.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/remove" ,
3
- "version" : " 0.0.8 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " Scaffold for removing elements from configurations" ,
5
5
"main" : " index.js" ,
6
6
"publishConfig" : {
10
10
"author" : " " ,
11
11
"license" : " MIT" ,
12
12
"dependencies" : {
13
- "@webpack-cli/generators" : " ^0.0.8 " ,
14
- "@webpack-cli/utils" : " ^0.0.8 "
13
+ "@webpack-cli/generators" : " ^0.1.0 " ,
14
+ "@webpack-cli/utils" : " ^0.1.0 "
15
15
},
16
16
"devDependencies" : {
17
17
"typescript" : " ^2.9.2"
You can’t perform that action at this time.
0 commit comments