File tree Expand file tree Collapse file tree 14 files changed +28
-28
lines changed
Expand file tree Collapse file tree 14 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 33 "packages" : [
44 " packages/*"
55 ],
6- "version" : " 0.0.7 "
6+ "version" : " 0.0.8 "
77}
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/add" ,
3- "version" : " 0.0.7 " ,
3+ "version" : " 0.0.8 " ,
44 "description" : " A scaffold for adding new properties" ,
55 "main" : " index.js" ,
66 "author" : " " ,
99 "access" : " public"
1010 },
1111 "dependencies" : {
12- "@webpack-cli/generators" : " ^0.0.7 " ,
13- "@webpack-cli/utils" : " ^0.0.7 "
12+ "@webpack-cli/generators" : " ^0.0.8 " ,
13+ "@webpack-cli/utils" : " ^0.0.8 "
1414 }
1515}
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/generate-loader" ,
3- "version" : " 0.0.7 " ,
3+ "version" : " 0.0.8 " ,
44 "description" : " A scaffold for generating a loader" ,
55 "main" : " index.js" ,
66 "directories" : {
1414 "author" : " " ,
1515 "license" : " MIT" ,
1616 "dependencies" : {
17- "@webpack-cli/generators" : " ^0.0.7 " ,
17+ "@webpack-cli/generators" : " ^0.0.8 " ,
1818 "yeoman-environment" : " ^2.1.1"
1919 }
2020}
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/generate-plugin" ,
3- "version" : " 0.0.7 " ,
3+ "version" : " 0.0.8 " ,
44 "description" : " A scaffold for generating a plugin" ,
55 "main" : " index.js" ,
66 "directories" : {
1414 "author" : " " ,
1515 "license" : " MIT" ,
1616 "dependencies" : {
17- "@webpack-cli/generators" : " ^0.0.7 " ,
17+ "@webpack-cli/generators" : " ^0.0.8 " ,
1818 "yeoman-environment" : " ^2.1.1"
1919 }
2020}
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/generators" ,
3- "version" : " 0.0.7 " ,
3+ "version" : " 0.0.8 " ,
44 "description" : " Webpack-CLI generators" ,
55 "main" : " index.js" ,
66 "keywords" : [],
1010 "access" : " public"
1111 },
1212 "dependencies" : {
13- "@webpack-cli/utils" : " ^0.0.7 " ,
14- "@webpack-cli/webpack-scaffold" : " ^0.0.7 " ,
13+ "@webpack-cli/utils" : " ^0.0.8 " ,
14+ "@webpack-cli/webpack-scaffold" : " ^0.0.8 " ,
1515 "chalk" : " ^2.4.1" ,
1616 "glob-all" : " ^3.1.0" ,
1717 "lodash" : " ^4.17.10" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/info" ,
3- "version" : " 0.0.7 " ,
3+ "version" : " 0.0.8 " ,
44 "description" : " Outputs env info for the ease of debug" ,
55 "main" : " index.js" ,
66 "author" : " " ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/init" ,
3- "version" : " 0.0.7 " ,
3+ "version" : " 0.0.8 " ,
44 "description" : " init command for webpack-cli" ,
55 "main" : " index.js" ,
66 "author" : " " ,
99 "access" : " public"
1010 },
1111 "dependencies" : {
12- "@webpack-cli/generators" : " ^0.0.7 " ,
13- "@webpack-cli/utils" : " ^0.0.7 " ,
12+ "@webpack-cli/generators" : " ^0.0.8 " ,
13+ "@webpack-cli/utils" : " ^0.0.8 " ,
1414 "chalk" : " ^2.4.1" ,
1515 "jscodeshift" : " ^0.5.0" ,
1616 "p-each-series" : " ^1.0.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/make" ,
3- "version" : " 0.0.7 " ,
3+ "version" : " 0.0.8 " ,
44 "description" : " Makefile for webpack" ,
55 "main" : " index.js" ,
66 "keywords" : [],
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/migrate" ,
3- "version" : " 0.0.7 " ,
3+ "version" : " 0.0.8 " ,
44 "description" : " Migrate command for webpack-cli" ,
55 "main" : " index.js" ,
66 "scripts" : {
1818 "webpack" : " ^4.x.x"
1919 },
2020 "dependencies" : {
21- "@webpack-cli/utils" : " ^0.0.7 " ,
21+ "@webpack-cli/utils" : " ^0.0.8 " ,
2222 "chalk" : " ^2.4.1" ,
2323 "diff" : " ^3.5.0" ,
2424 "inquirer" : " ^5.2.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/remove" ,
3- "version" : " 0.0.7 " ,
3+ "version" : " 0.0.8 " ,
44 "description" : " Scaffold for removing elements from configurations" ,
55 "main" : " index.js" ,
66 "publishConfig" : {
1010 "author" : " " ,
1111 "license" : " MIT" ,
1212 "dependencies" : {
13- "@webpack-cli/generators" : " ^0.0.7 " ,
14- "@webpack-cli/utils" : " ^0.0.7 "
13+ "@webpack-cli/generators" : " ^0.0.8 " ,
14+ "@webpack-cli/utils" : " ^0.0.8 "
1515 }
1616}
You can’t perform that action at this time.
0 commit comments