Skip to content

Commit

Permalink
fix(deps): explicitely add portfinder (angular#2831)
Browse files Browse the repository at this point in the history
This PR explicitely adds portfinder as a dependency.

We're using portfinder in the serve command but getting it transitively as a ember-cli dependency.

Fix angular#2755
Fix angular#2769
  • Loading branch information
filipesilva authored and MRHarrison committed Feb 9, 2017
1 parent 4f10354 commit 0359e96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"offline-plugin": "^3.4.1",
"opn": "4.0.1",
"parse5": "^2.1.5",
"portfinder": "1.0.9",
"postcss-discard-comments": "^2.0.4",
"postcss-loader": "^0.9.1",
"protractor": "^3.3.0",
Expand Down
1 change: 1 addition & 0 deletions packages/angular-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"offline-plugin": "^3.4.1",
"opn": "4.0.1",
"parse5": "^2.1.5",
"portfinder": "1.0.9",
"postcss-loader": "^0.9.1",
"protractor": "^3.3.0",
"raw-loader": "^0.5.1",
Expand Down

0 comments on commit 0359e96

Please sign in to comment.