Skip to content

Commit

Permalink
v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Jun 2, 2018
1 parent 138adfd commit 9d3c9c1
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.0.6"
"version": "0.0.7"
}
6 changes: 3 additions & 3 deletions packages/add/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/add",
"version": "0.0.4",
"version": "0.0.7",
"description": "A scaffold for adding new properties",
"main": "index.js",
"author": "",
Expand All @@ -9,7 +9,7 @@
"access": "public"
},
"dependencies": {
"@webpack-cli/generators": "^0.0.4",
"@webpack-cli/utils": "^0.0.4"
"@webpack-cli/generators": "^0.0.7",
"@webpack-cli/utils": "^0.0.7"
}
}
4 changes: 2 additions & 2 deletions packages/generate-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/generate-loader",
"version": "0.0.4",
"version": "0.0.7",
"description": "A scaffold for generating a loader",
"main": "index.js",
"directories": {
Expand All @@ -14,7 +14,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@webpack-cli/generators": "^0.0.4",
"@webpack-cli/generators": "^0.0.7",
"yeoman-environment": "^2.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/generate-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/generate-plugin",
"version": "0.0.4",
"version": "0.0.7",
"description": "A scaffold for generating a plugin",
"main": "index.js",
"directories": {
Expand All @@ -14,7 +14,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@webpack-cli/generators": "^0.0.4",
"@webpack-cli/generators": "^0.0.7",
"yeoman-environment": "^2.1.1"
}
}
6 changes: 3 additions & 3 deletions packages/generators/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/generators",
"version": "0.0.4",
"version": "0.0.7",
"description": "Webpack-CLI generators",
"main": "index.js",
"keywords": [],
Expand All @@ -10,8 +10,8 @@
"access": "public"
},
"dependencies": {
"@webpack-cli/utils": "^0.0.4",
"@webpack-cli/webpack-scaffold": "^0.0.4",
"@webpack-cli/utils": "^0.0.7",
"@webpack-cli/webpack-scaffold": "^0.0.7",
"chalk": "^2.4.1",
"glob-all": "^3.1.0",
"lodash": "^4.17.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/info/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/info",
"version": "0.0.4",
"version": "0.0.7",
"description": "Outputs env info for the ease of debug",
"main": "index.js",
"author": "",
Expand Down
6 changes: 3 additions & 3 deletions packages/init/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/init",
"version": "0.0.6",
"version": "0.0.7",
"description": "init command for webpack-cli",
"main": "index.js",
"author": "",
Expand All @@ -9,8 +9,8 @@
"access": "public"
},
"dependencies": {
"@webpack-cli/generators": "^0.0.4",
"@webpack-cli/utils": "^0.0.4",
"@webpack-cli/generators": "^0.0.7",
"@webpack-cli/utils": "^0.0.7",
"chalk": "^2.4.1",
"jscodeshift": "^0.5.0",
"p-each-series": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/make/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/make",
"version": "0.0.4",
"version": "0.0.7",
"description": "Makefile for webpack",
"main": "index.js",
"keywords": [],
Expand Down
4 changes: 2 additions & 2 deletions packages/migrate/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/migrate",
"version": "0.0.4",
"version": "0.0.7",
"description": "Migrate command for webpack-cli",
"main": "index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"webpack": "^4.x.x"
},
"dependencies": {
"@webpack-cli/utils": "^0.0.4",
"@webpack-cli/utils": "^0.0.7",
"chalk": "^2.4.1",
"diff": "^3.5.0",
"inquirer": "^5.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/remove/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/remove",
"version": "0.0.4",
"version": "0.0.7",
"description": "Scaffold for removing elements from configurations",
"main": "index.js",
"publishConfig": {
Expand All @@ -10,7 +10,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@webpack-cli/generators": "^0.0.4",
"@webpack-cli/utils": "^0.0.4"
"@webpack-cli/generators": "^0.0.7",
"@webpack-cli/utils": "^0.0.7"
}
}
4 changes: 2 additions & 2 deletions packages/serve/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/serve",
"version": "0.0.4",
"version": "0.0.7",
"description": "",
"main": "index.js",
"keywords": [],
Expand All @@ -10,7 +10,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@webpack-cli/webpack-scaffold": "^0.0.4",
"@webpack-cli/webpack-scaffold": "^0.0.7",
"chalk": "^2.4.1",
"cross-spawn": "^6.0.5",
"inquirer": "^5.2.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/update/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/update",
"version": "0.0.4",
"version": "0.0.7",
"description": "",
"main": "index.js",
"keywords": [],
Expand All @@ -10,7 +10,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@webpack-cli/generators": "^0.0.4",
"@webpack-cli/utils": "^0.0.4"
"@webpack-cli/generators": "^0.0.7",
"@webpack-cli/utils": "^0.0.7"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/utils",
"version": "0.0.4",
"version": "0.0.7",
"description": "webpack-cli utility files",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-scaffold/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/webpack-scaffold",
"version": "0.0.4",
"version": "0.0.7",
"description": "Utility files for webpack-scaffold",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9d3c9c1

Please sign in to comment.