Skip to content

Commit

Permalink
fix(deps): explicitely add portfinder
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#2769
  • Loading branch information
filipesilva committed Oct 22, 2016
1 parent 50c0f17 commit 24ddb49
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 @@ -85,6 +85,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 @@ -68,6 +68,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 24ddb49

Please sign in to comment.