Skip to content

Commit

Permalink
Replaced bunyan with @expo/bunyan #388
Browse files Browse the repository at this point in the history
fbshipit-source-id: a131bcc
  • Loading branch information
wilzh40 authored and expbot committed Jul 5, 2017
1 parent 96dc69c commit 00125da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"@exponent/json-file": "^5.3.0",
"@exponent/node-auth0": "^2.6.0",
"@exponent/osascript": "^1.6.4",
"@expo/bunyan": "^1.8.10",
"analytics-node": "^2.1.0",
"auth0-js": "^7.4.0",
"bluebird": "^3.4.7",
"body-parser": "^1.15.2",
"bunyan": "^1.8.4",
"decache": "^4.1.0",
"delay-async": "^1.0.0",
"es6-error": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @flow
*/

import bunyan from 'bunyan';
import bunyan from '@expo/bunyan';
import path from 'path';

import UserSettings from './UserSettings';
Expand Down

0 comments on commit 00125da

Please sign in to comment.