flipper-plugin-*

Summary: rename plugin packages from `sonar-plugin-*` to `flipper-plugin-*`.

Reviewed By: passy

Differential Revision: D9851211

fbshipit-source-id: bdac568ede0a4a9308138a6c3d60728bb6195a72
This commit is contained in:
Daniel Büchele
2018-09-18 06:38:17 -07:00
committed by Facebook Github Bot
parent 66e77075be
commit 3bea3c88e6
7 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "sonar-plugin-layout",
"name": "flipper-plugin-layout",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",

View File

@@ -1,5 +1,5 @@
{
"name": "sonar-plugin-leakcanary",
"name": "flipper-plugin-leakcanary",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",

View File

@@ -1,5 +1,5 @@
{
"name": "sonar-plugin-network",
"name": "flipper-plugin-network",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",

View File

@@ -1,5 +1,5 @@
{
"name": "sonar-plugin-sandbox",
"name": "flipper-plugin-sandbox",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",

View File

@@ -1,5 +1,5 @@
{
"name": "sonar-plugin-sharedpreferences",
"name": "flipper-plugin-sharedpreferences",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",