Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lerna workspace #353

Merged
merged 13 commits into from
Apr 15, 2018
Prev Previous commit
Next Next commit
chore(monorepo): updated package.json
  • Loading branch information
sendilkumarn committed Apr 4, 2018
commit ff6c371e718e4b1877e66e02734118e75d0e52b6
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"engines": {
"node": ">=6.11.5"
},
"private": true,
"workspaces": [
"packages/*"
],
Expand Down
1 change: 0 additions & 1 deletion packages/generate-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version":"2.0.12",
"description": "CLI for webpack & friends",
"license": "MIT",
"private": true,
"engines": {
"node": ">=6.11.5"
},
Expand Down
1 change: 0 additions & 1 deletion packages/generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version":"2.0.12",
"description": "CLI for webpack & friends",
"license": "MIT",
"private": true,
"engines": {
"node": ">=6.11.5"
},
Expand Down
1 change: 0 additions & 1 deletion packages/init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version":"2.0.12",
"description": "CLI for webpack & friends",
"license": "MIT",
"private": true,
"engines": {
"node": ">=6.11.5"
},
Expand Down
1 change: 0 additions & 1 deletion packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version":"2.0.12",
"description": "CLI for webpack & friends",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please add description and readme (which would be visible on npm pages) for all packages?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That could be added later

"license": "MIT",
"private": true,
"engines": {
"node": ">=6.11.5"
},
Expand Down
1 change: 0 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version":"2.0.12",
"description": "CLI for webpack & friends",
"license": "MIT",
"private": true,
"engines": {
"node": ">=6.11.5"
},
Expand Down