Skip to content

Commit 3ed29c6

Browse files
committed
chore(v): back to v1
1 parent b51e66d commit 3ed29c6

File tree

15 files changed

+28
-28
lines changed

15 files changed

+28
-28
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.0.3"
6+
"version": "0.0.1"
77
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-cli",
3-
"version": "0.0.0-development",
3+
"version": "0.0.2-development",
44
"description": "CLI for webpack & friends",
55
"license": "MIT",
66
"repository": {

packages/add/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/add",
3-
"version": "0.0.3",
3+
"version": "0.0.1",
44
"description": "A scaffold for adding new properties",
55
"main": "index.js",
66
"author": "",
@@ -9,7 +9,7 @@
99
"access": "public"
1010
},
1111
"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"
1414
}
1515
}

packages/generate-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/generate-loader",
3-
"version": "0.0.3",
3+
"version": "0.0.1",
44
"description": "A scaffold for generating a loader",
55
"main": "index.js",
66
"directories": {
@@ -14,7 +14,7 @@
1414
"author": "",
1515
"license": "MIT",
1616
"dependencies": {
17-
"@webpack-cli/generators": "^0.0.3",
17+
"@webpack-cli/generators": "^0.0.1",
1818
"yeoman-environment": "^2.0.6"
1919
}
2020
}

packages/generate-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/generate-plugin",
3-
"version": "0.0.3",
3+
"version": "0.0.1",
44
"description": "A scaffold for generating a plugin",
55
"main": "index.js",
66
"directories": {
@@ -14,7 +14,7 @@
1414
"author": "",
1515
"license": "MIT",
1616
"dependencies": {
17-
"@webpack-cli/generators": "^0.0.3",
17+
"@webpack-cli/generators": "^0.0.1",
1818
"yeoman-environment": "^2.0.6"
1919
}
2020
}

packages/generators/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/generators",
3-
"version": "0.0.3",
3+
"version": "0.0.1",
44
"description": "Webpack-CLI generators",
55
"main": "index.js",
66
"keywords": [],
@@ -10,8 +10,8 @@
1010
"access": "public"
1111
},
1212
"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",
1515
"chalk": "^2.4.1",
1616
"glob-all": "^3.1.0",
1717
"lodash": "^4.17.10",

packages/info/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/info",
3-
"version": "0.0.3",
3+
"version": "0.0.1",
44
"description": "Outputs env info for the ease of debug",
55
"main": "index.js",
66
"author": "",

packages/init/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/init",
3-
"version": "0.0.3",
3+
"version": "0.0.1",
44
"description": "init command for webpack-cli",
55
"main": "index.js",
66
"author": "",
@@ -9,7 +9,7 @@
99
"access": "public"
1010
},
1111
"dependencies": {
12-
"@webpack-cli/utils": "^0.0.3",
12+
"@webpack-cli/utils": "^0.0.1",
1313
"chalk": "^2.4.1",
1414
"jscodeshift": "^0.5.0",
1515
"p-each-series": "^1.0.0"

packages/make/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/make",
3-
"version": "0.0.3",
3+
"version": "0.0.1",
44
"description": "Makefile for webpack",
55
"main": "index.js",
66
"keywords": [],

packages/migrate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/migrate",
3-
"version": "0.0.3",
3+
"version": "0.0.1",
44
"description": "Migrate command for webpack-cli",
55
"main": "index.js",
66
"scripts": {
@@ -18,7 +18,7 @@
1818
"webpack": "^4.x.x"
1919
},
2020
"dependencies": {
21-
"@webpack-cli/utils": "^0.0.3",
21+
"@webpack-cli/utils": "^0.0.1",
2222
"chalk": "^2.4.1",
2323
"diff": "^3.5.0",
2424
"inquirer": "^5.2.0",

0 commit comments

Comments
 (0)