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 33 "packages" : [
44 " packages/*"
55 ],
6- "version" : " 0.0.8 "
6+ "version" : " 0.1.0 "
77}
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/add" ,
3- "version" : " 0.0.8 " ,
3+ "version" : " 0.1.0 " ,
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.8 " ,
13- "@webpack-cli/utils" : " ^0.0.8 "
12+ "@webpack-cli/generators" : " ^0.1.0 " ,
13+ "@webpack-cli/utils" : " ^0.1.0 "
1414 },
1515 "devDependencies" : {
1616 "@types/node" : " ^10.3.6" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/generate-loader" ,
3- "version" : " 0.0.8 " ,
3+ "version" : " 0.1.0 " ,
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.8 " ,
17+ "@webpack-cli/generators" : " ^0.1.0 " ,
1818 "yeoman-environment" : " ^2.1.1"
1919 },
2020 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/generate-plugin" ,
3- "version" : " 0.0.8 " ,
3+ "version" : " 0.1.0 " ,
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.8 " ,
17+ "@webpack-cli/generators" : " ^0.1.0 " ,
1818 "yeoman-environment" : " ^2.1.1"
1919 },
2020 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/generators" ,
3- "version" : " 0.0.8 " ,
3+ "version" : " 0.1.0 " ,
44 "description" : " Webpack-CLI generators" ,
55 "main" : " index.js" ,
66 "keywords" : [],
1010 "access" : " public"
1111 },
1212 "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 " ,
1515 "chalk" : " ^2.4.1" ,
1616 "glob-all" : " ^3.1.0" ,
1717 "inquirer-autocomplete-prompt" : " ^0.12.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/info" ,
3- "version" : " 0.0.8 " ,
3+ "version" : " 0.1.0 " ,
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.8 " ,
3+ "version" : " 0.1.0 " ,
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.8 " ,
13- "@webpack-cli/utils" : " ^0.0.8 " ,
12+ "@webpack-cli/generators" : " ^0.1.0 " ,
13+ "@webpack-cli/utils" : " ^0.1.0 " ,
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.8 " ,
3+ "version" : " 0.1.0 " ,
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.8 " ,
3+ "version" : " 0.1.0 " ,
44 "description" : " Migrate command for webpack-cli" ,
55 "main" : " index.js" ,
66 "author" : " " ,
2424 "webpack" : " ^4.x.x"
2525 },
2626 "dependencies" : {
27- "@webpack-cli/utils" : " ^0.0.8 " ,
27+ "@webpack-cli/utils" : " ^0.1.0 " ,
2828 "chalk" : " ^2.4.1" ,
2929 "diff" : " ^3.5.0" ,
3030 "inquirer" : " ^5.2.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/remove" ,
3- "version" : " 0.0.8 " ,
3+ "version" : " 0.1.0 " ,
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.8 " ,
14- "@webpack-cli/utils" : " ^0.0.8 "
13+ "@webpack-cli/generators" : " ^0.1.0 " ,
14+ "@webpack-cli/utils" : " ^0.1.0 "
1515 },
1616 "devDependencies" : {
1717 "typescript" : " ^2.9.2"
You can’t perform that action at this time.
0 commit comments