Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed May 17, 2018
1 parent ab38a3a commit faae7aa
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.0.0"
"version": "0.0.1"
}
4 changes: 2 additions & 2 deletions packages/add/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@webpack-cli/generators": "0.0.1",
"@webpack-cli/utils": "0.0.1"
"@webpack-cli/generators": "^0.0.1",
"@webpack-cli/utils": "^0.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/generate-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"yeoman-environment": "^2.0.6",
"@webpack-cli/generators": "0.0.1"
"@webpack-cli/generators": "^0.0.1",
"yeoman-environment": "^2.0.6"
}
}
4 changes: 2 additions & 2 deletions packages/generate-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"yeoman-environment": "^2.0.6",
"@webpack-cli/generators": "0.0.1"
"@webpack-cli/generators": "^0.0.1",
"yeoman-environment": "^2.0.6"
}
}
6 changes: 3 additions & 3 deletions packages/generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"author": "",
"license": "MIT",
"dependencies": {
"@webpack-cli/utils": "^0.0.1",
"@webpack-cli/webpack-scaffold": "^0.0.1",
"chalk": "^2.4.1",
"glob-all": "^3.1.0",
"lodash": "^4.17.10",
"log-symbols": "^2.2.0",
"mkdirp": "^0.5.1",
"webpack-addons": "^1.1.5",
"webpack-dev-server": "^3.1.4",
"yeoman-generator": "^2.0.5",
"@webpack-cli/utils": "0.0.1",
"@webpack-cli/webpack-scaffold": "0.0.1"
"yeoman-generator": "^2.0.5"
},
"peerDependencies": {
"webpack": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@webpack-cli/utils": "0.0.1",
"@webpack-cli/utils": "^0.0.1",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/make",
"version": "1.0.0",
"version": "0.0.1",
"description": "Makefile for webpack",
"main": "index.js",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"webpack": "^4.x.x"
},
"dependencies": {
"@webpack-cli/utils": "0.0.1",
"@webpack-cli/utils": "^0.0.1",
"chalk": "^2.4.1",
"diff": "^3.5.0",
"inquirer": "^5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"author": "",
"license": "MIT",
"dependencies": {
"@webpack-cli/webpack-scaffold": "^0.0.1",
"chalk": "^2.4.1",
"cross-spawn": "^6.0.5",
"inquirer": "^5.2.0",
"@webpack-cli/webpack-scaffold": "^0.0.1"
"inquirer": "^5.2.0"
}
}

0 comments on commit faae7aa

Please sign in to comment.