Skip to content

Commit

Permalink
chore(monorepo) pruning package json
Browse files Browse the repository at this point in the history
  • Loading branch information
sendilkumarn committed Mar 20, 2018
1 parent e9bc6eb commit ccd9e15
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
2 changes: 0 additions & 2 deletions packages/generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
"log-symbols": "2.2.0",
"mkdirp": "^0.5.1",
"webpack-addons": "^1.1.5",
"webpack-cli-generators": "2.0.12",
"webpack-cli-init": "2.0.12",
"webpack-cli-utils": "2.0.12",
"yeoman-generator": "^2.0.3"
},
Expand Down
5 changes: 1 addition & 4 deletions packages/init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
"jscodeshift": "^0.5.0",
"p-each-series": "^1.0.0",
"prettier": "^1.5.3",
"webpack-cli-utils": "2.0.12",
"webpack-cli-generators": "2.0.12",
"yeoman-environment": "^2.0.0",
"yeoman-generator": "^2.0.3"
"webpack-cli-utils": "2.0.12"
}
}
8 changes: 1 addition & 7 deletions packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,11 @@
},
"dependencies": {
"chalk": "^2.3.2",
"cross-spawn": "^6.0.5",
"global-modules": "^1.0.0",
"got": "^8.2.0",
"jscodeshift": "^0.5.0",
"lodash": "^4.17.5",
"p-each-series": "^1.0.0",
"p-lazy": "^1.0.0",
"prettier": "^1.5.3",
"webpack-cli-init": "2.0.12",
"webpack-cli-utils": "2.0.12",
"yeoman-environment": "^2.0.0",
"yeoman-generator": "^2.0.3"
"webpack-cli-utils": "2.0.12"
}
}
1 change: 0 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"global-modules": "^1.0.0",
"got": "^8.2.0",
"jscodeshift": "^0.5.0",
"p-each-series": "^1.0.0",
"prettier": "^1.5.3",
"webpack-cli-init": "2.0.12",
"yeoman-environment": "^2.0.0",
Expand Down

0 comments on commit ccd9e15

Please sign in to comment.