Skip to content

Commit

Permalink
0.0.23 - Migrating project to on-the-edge-cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
tnovau committed Dec 11, 2024
1 parent 8c9a86b commit 4525c6c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 20 deletions.
12 changes: 0 additions & 12 deletions .github/FUNDING.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> React circle flags (based on [circle-flags](https://github.com/HatScripts/circle-flags))
[![NPM](https://img.shields.io/npm/v/react-circle-flags.svg)](https://www.npmjs.com/package/react-circle-flags) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![codecov](https://codecov.io/gh/tnovau/react-circle-flags/branch/master/graph/badge.svg)](https://codecov.io/gh/tnovau/react-circle-flags) ![Node.js CI](https://github.com/tnovau/react-circle-flags/workflows/Node.js%20CI/badge.svg)
[![NPM](https://img.shields.io/npm/v/react-circle-flags.svg)](https://www.npmjs.com/package/react-circle-flags) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![codecov](https://codecov.io/gh/on-the-edge-cloud/react-circle-flags/branch/master/graph/badge.svg)](https://codecov.io/gh/on-the-edge-cloud/react-circle-flags) ![Node.js CI](https://github.com/on-the-edge-cloud/react-circle-flags/workflows/Node.js%20CI/badge.svg)

## Install

Expand Down Expand Up @@ -41,7 +41,7 @@ export const EnglishFlag = () => <CircleFlagLanguage languageCode="en-us" height

## Docs && Gallery

Click [here]([https://tnovau.github.io/react-circle-flags/](https://on-the-edge-cloud.github.io/react-circle-flags/))!
Click [here]([https://on-the-edge-cloud.github.io/react-circle-flags/](https://on-the-edge-cloud.github.io/react-circle-flags/))!

## License

Expand Down
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ interface CircleFlagLanguageProps extends DetailedHTMLProps<
/**
*
* Demos:
* - https://tnovau.github.io/react-circle-flags/gallery
* - https://on-the-edge-cloud.github.io/react-circle-flags/gallery
*
* Docs:
* - https://tnovau.github.io/react-circle-flags/
* - https://on-the-edge-cloud.github.io/react-circle-flags/
*/
declare function CircleFlag(props: CircleFlagProps): JSX.Element
declare function CircleFlagLanguage(props: CircleFlagLanguageProps): JSX.Element
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "react-circle-flags",
"version": "0.0.22",
"version": "0.0.23",
"description": "A React component with a collection of 300+ minimal circular SVG country flags",
"author": "Tomás Novau(tnovau@gmail.com)",
"author": "Tomás Novau(tnovau@ontheedge.cloud)",
"license": "MIT",
"repository": "tnovau/react-circle-flags",
"repository": "on-the-edge-cloud/react-circle-flags",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.js",
Expand Down

0 comments on commit 4525c6c

Please sign in to comment.