Skip to content

Commit

Permalink
DSW-2418: readme updates to remove snyk mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
dandel10n committed Sep 9, 2024
1 parent 9e3ff0f commit 21d9e5a
Show file tree
Hide file tree
Showing 50 changed files with 31 additions and 57 deletions.
2 changes: 1 addition & 1 deletion packages/components/atoms/f-button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-button.svg)](https://badge.fury.io/js/%40justeat%2Ff-button)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-button/badge.svg)](https://coveralls.io/github/justeat/f-button)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-button/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-button?targetFile=package.json)

---

## Usage

Expand Down
2 changes: 1 addition & 1 deletion packages/components/atoms/f-card/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-card.svg)](https://badge.fury.io/js/%40justeat%2Ff-card)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-card/badge.svg)](https://coveralls.io/github/justeat/f-card)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-card/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-card?targetFile=package.json)

---

## Usage

Expand Down
2 changes: 1 addition & 1 deletion packages/components/atoms/f-error-message/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-error-message.svg)](https://badge.fury.io/js/%40justeat%2Ff-error-message)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-error-message/badge.svg)](https://coveralls.io/github/justeat/f-error-message)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-error-message/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-error-message?targetFile=package.json)

---

## Usage

Expand Down
1 change: 0 additions & 1 deletion packages/components/atoms/f-filter-pill/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Fozzie Filter Pill - An interactive component for filter toggles.
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-filter-pill.svg)](https://badge.fury.io/js/%40justeat%2Ff-filter-pill)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-filter-pill/badge.svg)](https://coveralls.io/github/justeat/f-filter-pill)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-filter-pill/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-filter-pill?targetFile=package.json)

---

Expand Down
1 change: 0 additions & 1 deletion packages/components/atoms/f-form-field/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Fozzie Form Field Component.
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-form-field.svg)](https://badge.fury.io/js/%40justeat%2Ff-form-field)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-form-field/badge.svg)](https://coveralls.io/github/justeat/f-form-field)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-form-field/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-form-field?targetFile=package.json)

---

Expand Down
13 changes: 6 additions & 7 deletions packages/components/atoms/f-image-tile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ An interactive tile component containing an image, text and link.
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-image-tile.svg)](https://badge.fury.io/js/%40justeat%2Ff-image-tile)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-image-tile/badge.svg)](https://coveralls.io/github/justeat/f-image-tile)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-image-tile/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-image-tile?targetFile=package.json)

---

Expand Down Expand Up @@ -73,12 +72,12 @@ The props that can be defined are as follows (if any):
| Prop | Type | Default | Description |
| ----- | ----- | ------- | ----------- |
| `href` | `String` | `null` | The link URL |
| `tileId` | `String` | `null` | The id of the tile |
| `tileId` | `String` | `null` | The id of the tile |
| `isSelected` | `Boolean` | `false` | Marks the tile as selected |
| `isLink` | `Boolean` | `false` | Component acts as a link, rather than default toggle |
| `displayText` | `String` | `null` | Component display text |
| `imgSrc` | `String` | `''` | Component image link |
| `altText` | `String` | `''` | Component image alt text |
| `isLink` | `Boolean` | `false` | Component acts as a link, rather than default toggle |
| `displayText` | `String` | `null` | Component display text |
| `imgSrc` | `String` | `''` | Component image link |
| `altText` | `String` | `''` | Component image alt text |
| `fallbackImage` | `String` | `''` | Component fallback image url

### Events
Expand All @@ -87,7 +86,7 @@ The events that can be subscribed to are as follows (if any):

| Event | Description |
| ----- | ----------- |
| `toggleFilter` | Fired when a tile is interacted with, toggles between selected and not selected |
| `toggleFilter` | Fired when a tile is interacted with, toggles between selected and not selected |
| `handleImgError` | Fired there is an error with the component image |

## Development
Expand Down
1 change: 0 additions & 1 deletion packages/components/atoms/f-link/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Fozzie link component
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-link.svg)](https://badge.fury.io/js/%40justeat%2Ff-link)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-link/badge.svg)](https://coveralls.io/github/justeat/f-link)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-link/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-link?targetFile=package.json)

---

Expand Down
1 change: 0 additions & 1 deletion packages/components/atoms/f-popover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Please note that this component is only a wrapper with the base styles for the p
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-popover.svg)](https://badge.fury.io/js/%40justeat%2Ff-popover)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-popover/badge.svg)](https://coveralls.io/github/justeat/f-popover)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-popover/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-popover?targetFile=package.json)

---

Expand Down
1 change: 0 additions & 1 deletion packages/components/atoms/f-spinner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ loading indicator
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-spinner.svg)](https://badge.fury.io/js/%40justeat%2Ff-spinner)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-spinner/badge.svg)](https://coveralls.io/github/justeat/f-spinner)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-spinner/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-spinner?targetFile=package.json)

---

Expand Down
1 change: 0 additions & 1 deletion packages/components/atoms/f-toggle-switch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ A component to switch a single setting on/off.

[![npm version](https://badge.fury.io/js/%40justeat%2Ff-toggle-switch.svg)](https://badge.fury.io/js/%40justeat%2Ff-toggle-switch)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-toggle-switch/badge.svg)](https://coveralls.io/github/justeat/f-toggle-switch)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-toggle-switch/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-toggle-switch?targetFile=package.json)

---

Expand Down
2 changes: 1 addition & 1 deletion packages/components/molecules/f-breadcrumbs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-breadcrumbsf-breadcrumbs.svg)](https://badge.fury.io/js/%40justeat%2Ff-breadcrumbs)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-breadcrumbs/badge.svg)](https://coveralls.io/github/justeat/f-breadcrumbs)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-breadcrumbs/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-breadcrumbs?targetFile=package.json)

---

## Usage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ The icon can be any image but it is recommended to use an icon from `f-vue-icons
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-card-with-content.svg)](https://badge.fury.io/js/%40justeat%2Ff-card-with-content)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-card-with-content/badge.svg)](https://coveralls.io/github/justeat/f-card-with-content)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-card-with-content/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-card-with-content?targetFile=package.json)

---

Expand Down
1 change: 0 additions & 1 deletion packages/components/molecules/f-media-element/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ provides ability to display text and an image in different orientations
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-media-element.svg)](https://badge.fury.io/js/%40justeat%2Ff-media-element)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-media-element/badge.svg)](https://coveralls.io/github/justeat/f-media-element)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-media-element/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-media-element?targetFile=package.json)

---

Expand Down
1 change: 0 additions & 1 deletion packages/components/molecules/f-navigation-links/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ A component to display a collection of supplied links
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-navigation-links.svg)](https://badge.fury.io/js/%40justeat%2Ff-navigation-links)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-navigation-links/badge.svg)](https://coveralls.io/github/justeat/f-navigation-links)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-navigation-links/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-navigation-links?targetFile=package.json)

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ A place for promotional messages to be displayed
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-promotions-showcase.svg)](https://badge.fury.io/js/%40justeat%2Ff-promotions-showcase)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-promotions-showcase/badge.svg)](https://coveralls.io/github/justeat/f-promotions-showcase)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-promotions-showcase/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-promotions-showcase?targetFile=package.json)

---

Expand Down
1 change: 0 additions & 1 deletion packages/components/molecules/f-rating/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-rating.svg)](https://badge.fury.io/js/%40justeat%2Ff-rating)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-rating/badge.svg)](https://coveralls.io/github/justeat/f-rating)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-rating/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-rating?targetFile=package.json)

---

Expand Down
1 change: 0 additions & 1 deletion packages/components/molecules/f-restaurant-card/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-restaurant-card.svg)](https://badge.fury.io/js/%40justeat%2Ff-restaurant-card)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-restaurant-card/badge.svg)](https://coveralls.io/github/justeat/f-restaurant-card)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-restaurant-card/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-restaurant-card?targetFile=package.json)

---

Expand Down
2 changes: 1 addition & 1 deletion packages/components/molecules/f-searchbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-searchbox.svg)](https://badge.fury.io/js/%40justeat%2Ff-searchbox)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-searchbox/badge.svg)](https://coveralls.io/github/justeat/f-searchbox)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-searchbox/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-searchbox?targetFile=package.json)

---

## Usage

Expand Down
1 change: 0 additions & 1 deletion packages/components/molecules/f-skeleton-loader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Provides a visual indication that another component is loading. A set of predef
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-skeleton-loader.svg)](https://badge.fury.io/js/%40justeat%2Ff-skeleton-loader)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-skeleton-loader/badge.svg)](https://coveralls.io/github/justeat/f-skeleton-loader)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-skeleton-loader/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-skeleton-loader?targetFile=package.json)

---

Expand Down
2 changes: 1 addition & 1 deletion packages/components/molecules/f-tabs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-tabs.svg)](https://badge.fury.io/js/%40justeat%2Ff-tabs)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-tabs/badge.svg)](https://coveralls.io/github/justeat/f-tabs)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-tabs/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-tabs?targetFile=package.json)

---

## Usage

Expand Down
1 change: 0 additions & 1 deletion packages/components/molecules/f-user-message/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

[![Coverage Status](https://coveralls.io/repos/github/justeat/f-user-message/badge.svg)](https://coveralls.io/github/justeat/f-user-message)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-user-message/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-user-message?targetFile=package.json)
<!-- markdownlint-enable -->

<!-- markdownlint-disable MD002 -->
Expand Down
3 changes: 2 additions & 1 deletion packages/components/organisms/f-content-cards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-content-cards.svg)](https://badge.fury.io/js/%40justeat%2Ff-content-cards)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-content-cards/badge.svg)](https://coveralls.io/github/justeat/f-content-cards)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-content-cards/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-content-cards?targetFile=package.json)

---

# Content Cards (f-content-cards)

Expand Down
3 changes: 2 additions & 1 deletion packages/components/organisms/f-cookie-banner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-cookie-banner.svg)](https://badge.fury.io/js/%40justeat%2Ff-cookie-banner)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-cookie-banner/badge.svg)](https://coveralls.io/github/justeat/f-cookie-banner)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-cookie-banner/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-cookie-banner?targetFile=package.json)

---

## Usage

Expand Down
1 change: 0 additions & 1 deletion packages/components/organisms/f-footer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Global Footer Component for Vue.js.
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-footer.svg)](https://badge.fury.io/js/%40justeat%2Ff-footer)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-footer/badge.svg)](https://coveralls.io/github/justeat/f-footer)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-footer/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-footer?targetFile=package.json)

---

Expand Down
1 change: 0 additions & 1 deletion packages/components/organisms/f-status-banner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Global status page
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-status-banner.svg)](https://badge.fury.io/js/%40justeat%2Ff-status-banner)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-status-banner/badge.svg)](https://coveralls.io/github/justeat/f-status-banner)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-status-banner/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-status-banner?targetFile=package.json)

---

Expand Down
1 change: 0 additions & 1 deletion packages/components/pages/f-account-info/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ The account information page
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-account-info.svg)](https://badge.fury.io/js/%40justeat%2Ff-account-info)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-account-info/badge.svg)](https://coveralls.io/github/justeat/f-account-info)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-account-info/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-account-info?targetFile=package.json)

---

Expand Down
4 changes: 3 additions & 1 deletion packages/components/pages/f-checkout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-checkout.svg)](https://badge.fury.io/js/%40justeat%2Ff-checkout)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-checkout/badge.svg)](https://coveralls.io/github/justeat/f-checkout)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-checkout/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-checkout?targetFile=package.json)

---

## Usage

### Installation

1. Install the module using NPM or Yarn:

```bash
Expand Down
1 change: 0 additions & 1 deletion packages/components/pages/f-contact-preferences/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Fozzie user contact preferences form component
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-contact-preferences.svg)](https://badge.fury.io/js/%40justeat%2Ff-contact-preferences)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-contact-preferences/badge.svg)](https://coveralls.io/github/justeat/f-contact-preferences)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-contact-preferences/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-contact-preferences?targetFile=package.json)

---

Expand Down
1 change: 0 additions & 1 deletion packages/components/pages/f-loyalty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ provides a way for customers to collect loyalty stamps for restaurants
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-loyalty.svg)](https://badge.fury.io/js/%40justeat%2Ff-loyalty)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-loyalty/badge.svg)](https://coveralls.io/github/justeat/f-loyalty)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-loyalty/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-loyalty?targetFile=package.json)

---

Expand Down
Loading

0 comments on commit 21d9e5a

Please sign in to comment.