Skip to content

Commit

Permalink
fix(extension): Restore status logging to extension (#2629)
Browse files Browse the repository at this point in the history
When extension had it's own lh-logger, it didn't share state with core's logger. With this changes,
the extension require's in core's logger.
  • Loading branch information
paulirish authored Jun 30, 2017
1 parent 5501779 commit fe99052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 1 addition & 3 deletions lighthouse-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@
"run-sequence": "^1.1.5",
"through2": "^2.0.1"
},
"dependencies": {
"lighthouse-logger": "^1.0.0"
}
"dependencies": {}
}
8 changes: 1 addition & 7 deletions lighthouse-extension/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ dateformat@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-2.0.0.tgz#2743e3abb5c3fc2462e527dca445e04e9f4dee17"

debug@^2.1.0, debug@^2.1.1, debug@^2.2.0, debug@^2.6.8:
debug@^2.1.0, debug@^2.1.1, debug@^2.2.0:
version "2.6.8"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.8.tgz#e731531ca2ede27d188222427da17821d68ff4fc"
dependencies:
Expand Down Expand Up @@ -1738,12 +1738,6 @@ liftoff@^2.1.0:
rechoir "^0.6.2"
resolve "^1.1.7"

lighthouse-logger@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/lighthouse-logger/-/lighthouse-logger-1.0.0.tgz#c6abdfbbbf0b4a541ab33864802cbad8944bcc8c"
dependencies:
debug "^2.6.8"

livereload-js@^2.2.0:
version "2.2.2"
resolved "https://registry.yarnpkg.com/livereload-js/-/livereload-js-2.2.2.tgz#6c87257e648ab475bc24ea257457edcc1f8d0bc2"
Expand Down

0 comments on commit fe99052

Please sign in to comment.