From 770c8b4d001c7cf0a23add291379257b95c1df2d Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 6 May 2020 10:56:46 -0700 Subject: [PATCH] Remove greenkeeper (#1138) Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/1138 Goodnight, sweet prince. Reviewed By: nikoant Differential Revision: D21426321 fbshipit-source-id: 8d0ffb479ee806e792e2c1351fec6b14690812bc --- README.md | 2 +- desktop/package.json | 7 --- .../plugins/kaios-allocations/package.json | 5 -- desktop/plugins/kaios-ram/package.json | 6 --- greenkeeper.json | 53 ------------------- 5 files changed, 1 insertion(+), 72 deletions(-) delete mode 100644 greenkeeper.json diff --git a/README.md b/README.md index b028c7ec3..02981e4db 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Flipper [![Build Status](https://travis-ci.org/facebook/flipper.svg?branch=master)](https://travis-ci.org/facebook/flipper) [![Android Maven Badge](https://img.shields.io/maven-metadata/v/https/jcenter.bintray.com/com/facebook/flipper/flipper/maven-metadata.xml.svg?color=green&label=android)](https://bintray.com/facebook/maven/com.facebook.flipper%3Aflipper) [![iOS](https://img.shields.io/cocoapods/v/FlipperKit.svg?label=iOS&color=blue)](https://cocoapods.org/pods/Flipper) [![Greenkeeper badge](https://badges.greenkeeper.io/facebook/flipper.svg)](https://greenkeeper.io/) +# Flipper [![Build Status](https://travis-ci.org/facebook/flipper.svg?branch=master)](https://travis-ci.org/facebook/flipper) [![Android Maven Badge](https://img.shields.io/maven-metadata/v/https/jcenter.bintray.com/com/facebook/flipper/flipper/maven-metadata.xml.svg?color=green&label=android)](https://bintray.com/facebook/maven/com.facebook.flipper%3Aflipper) [![iOS](https://img.shields.io/cocoapods/v/FlipperKit.svg?label=iOS&color=blue)](https://cocoapods.org/pods/Flipper) Flipper (formerly Sonar) is a platform for debugging mobile apps on iOS and Android. Visualize, inspect, and control your apps from a simple desktop interface. Use Flipper as is or extend it using the plugin API. diff --git a/desktop/package.json b/desktop/package.json index c58c7b1ab..74b73f22d 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -248,12 +248,5 @@ }, "optionalDependencies": { "7zip-bin-mac": "^1.0.1" - }, - "greenkeeper": { - "ignore": [ - "electron", - "electron-builder", - "@jest-runner/electron" - ] } } diff --git a/desktop/plugins/kaios-allocations/package.json b/desktop/plugins/kaios-allocations/package.json index f55daad32..4b0602a80 100644 --- a/desktop/plugins/kaios-allocations/package.json +++ b/desktop/plugins/kaios-allocations/package.json @@ -22,11 +22,6 @@ "firefox-client": "0.3.0", "promisify-child-process": "^3.1.1" }, - "greenkeeper": { - "ignore": [ - "firefox-client" - ] - }, "resolutions": { "minimist": "1.2.3" } diff --git a/desktop/plugins/kaios-ram/package.json b/desktop/plugins/kaios-ram/package.json index bb6048971..4429f65f5 100644 --- a/desktop/plugins/kaios-ram/package.json +++ b/desktop/plugins/kaios-ram/package.json @@ -21,11 +21,5 @@ }, "resolutions": { "@types/react": "16.9.17" - }, - "greenkeeper": { - "ignore": [ - "recharts", - "@types/recharts" - ] } } diff --git a/greenkeeper.json b/greenkeeper.json deleted file mode 100644 index 5d5d672b7..000000000 --- a/greenkeeper.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "groups": { - "main": { - "packages": [ - "desktop/package.json", - "desktop/headless-tests/package.json" - ] - }, - "static" : { - "packages": [ - "desktop/static/package.json" - ] - }, - "doctor": { - "packages": [ - "desktop/doctor/package.json" - ] - }, - "pkg": { - "packages": [ - "desktop/pkg/package.json" - ] - }, - "plugins": { - "packages": [ - "desktop/plugins/cpu/package.json", - "desktop/plugins/crash_reporter/package.json", - "desktop/plugins/databases/package.json", - "desktop/plugins/example/package.json", - "desktop/plugins/fresco/package.json", - "desktop/plugins/kaios-allocations/package.json", - "desktop/plugins/kaios-ram/package.json", - "desktop/plugins/layout/package.json", - "desktop/plugins/leak_canary/package.json", - "desktop/plugins/logs/package.json", - "desktop/plugins/navigation/package.json", - "desktop/plugins/network/package.json", - "desktop/plugins/reactdevtools/package.json", - "desktop/plugins/sandbox/package.json", - "desktop/plugins/seamammals/package.json", - "desktop/plugins/sections/d3/package.json", - "desktop/plugins/sections/package.json", - "desktop/plugins/shared_preferences/package.json", - "desktop/src/utils/js-client/package.json" - ] - }, - "website": { - "packages": [ - "website/package.json" - ] - } - } -}