Rename package to 'flipper'
Summary: - rename package `'sonar'` > `'flipper'` - rename package `'sonar-static'` > `'flipper-static'` - rename package export from `window.Sonar` to `window.Flipper` Reviewed By: passy Differential Revision: D9851181 fbshipit-source-id: 34d4447c3b287496b3d20ddb54471ce777ec74e1
This commit is contained in:
committed by
Facebook Github Bot
parent
2e2924c979
commit
66e77075be
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
import type stream from 'stream';
|
||||
import {FlipperDevicePlugin} from 'sonar';
|
||||
import {FlipperDevicePlugin} from 'flipper';
|
||||
|
||||
export type LogLevel =
|
||||
| 'unknown'
|
||||
|
||||
Reference in New Issue
Block a user