From ce832cb5c3830073cc77094dbab8a2175e6fb0a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=CC=88nder=20Ceylan?= Date: Mon, 29 Aug 2022 00:42:44 +0200 Subject: [PATCH] docs(readme): remove sponsor buttons --- .github/FUNDING.yml | 1 - README.md | 2 +- package.json | 4 ---- 3 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index f54d37a8..00000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -custom: ["https://www.buymeacoffee.com/onder"] diff --git a/README.md b/README.md index c831e8da..df621605 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # pwa-asset-generator ✨ -[![npm](https://img.shields.io/npm/v/pwa-asset-generator?color=brightgreen)](https://www.npmjs.com/package/pwa-asset-generator) [![node](https://img.shields.io/node/v/pwa-asset-generator)](https://www.npmjs.com/package/pwa-asset-generator) [![Build Status](https://github.com/onderceylan/pwa-asset-generator/workflows/CI/badge.svg)](https://github.com/onderceylan/pwa-asset-generator/actions?workflow=CI) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-brightgreen.svg)](https://github.com/semantic-release/semantic-release) [![Buy me a coffee](https://img.shields.io/badge/buy%20me%20a%20coffee-donate-blueviolet.svg)](https://www.buymeacoffee.com/onder) +[![npm](https://img.shields.io/npm/v/pwa-asset-generator?color=brightgreen)](https://www.npmjs.com/package/pwa-asset-generator) [![node](https://img.shields.io/node/v/pwa-asset-generator)](https://www.npmjs.com/package/pwa-asset-generator) [![Build Status](https://github.com/onderceylan/pwa-asset-generator/workflows/CI/badge.svg)](https://github.com/onderceylan/pwa-asset-generator/actions?workflow=CI) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-brightgreen.svg)](https://github.com/semantic-release/semantic-release) > Automates PWA asset generation and image declaration. Automatically generates icon and splash screen images, favicons and mstile images. Updates manifest.json and index.html files with the generated images according to Web App Manifest specs and Apple Human Interface guidelines. diff --git a/package.json b/package.json index efa03a57..03bb63be 100644 --- a/package.json +++ b/package.json @@ -54,10 +54,6 @@ ], "author": "Önder Ceylan ", "license": "MIT", - "funding": { - "type": "individual", - "url": "https://www.buymeacoffee.com/onder" - }, "bugs": { "url": "https://github.com/onderceylan/pwa-asset-generator/issues" },