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:
Daniel Büchele
2018-09-18 06:38:14 -07:00
committed by Facebook Github Bot
parent 2e2924c979
commit 66e77075be
45 changed files with 61 additions and 61 deletions

View File

@@ -22,7 +22,7 @@ import {
Text,
Glyph,
styled,
} from 'sonar';
} from 'flipper';
import React from 'react';
import {devicePlugins} from '../device-plugins/index.js';
import plugins from '../plugins/index.js';