Skip to content

Commit

Permalink
Update README.md and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomantovani committed Feb 18, 2024
1 parent ddc7fc7 commit e56dd64
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

A lightweight React Native package for enforcing app version updates. Ensure users always have the latest enhancements and fixes without dependencies.

<div align="center">

[![npm](https://img.shields.io/npm/dt/reactnative-forceupdate?style=for-the-badge)](https://www.npmjs.com/package/reactnative-forceupdate)
<br />
[![npm version](https://badge.fury.io/js/reactnative-forceupdate.svg)](https://badge.fury.io/js/reactnative-forceupdate)
[![Coverage Status](https://coveralls.io/repos/github/forceupdate-app/forceupdate-reactnative/badge.svg?branch=main)](https://coveralls.io/github/forceupdate-app/forceupdate-reactnative?branch=main)
[![License Status](https://img.shields.io/github/license/forceupdate-app/forceupdate-reactnative)](https://img.shields.io/github/license/forceupdate-app/forceupdate-reactnative)
[![Issues Status](https://img.shields.io/github/issues/forceupdate-app/forceupdate-reactnative)](https://img.shields.io/github/issues/forceupdate-app/forceupdate-reactnative)
[![Tag Status](https://img.shields.io/github/v/tag/forceupdate-app/forceupdate-reactnative)](https://img.shields.io/github/v/tag/forceupdate-app/forceupdate-reactnative)
[![Languages Status](https://img.shields.io/github/languages/count/forceupdate-app/forceupdate-reactnative)](https://img.shields.io/github/languages/count/forceupdate-app/forceupdate-reactnative)
[![Repo Size Status](https://img.shields.io/github/repo-size/forceupdate-app/forceupdate-reactnative)](https://img.shields.io/github/repo-size/forceupdate-app/forceupdate-reactnative)

</div>

## Features

- Enforce app version updates for Android and iOS
Expand All @@ -16,20 +30,6 @@ A lightweight React Native package for enforcing app version updates. Ensure use
- Support for multiple platforms
- A completed [SAAS](https://forceupdate.app) to manage your versions

<div align="center">

![npm](https://img.shields.io/npm/dt/forceupdate-reactnative?style=for-the-badge)<br>
[![npm version](https://badge.fury.io/js/forceupdate-reactnative.svg)](https://badge.fury.io/js/forceupdate-reactnative)
![test](https://github.com/forceupdate-app/forceupdate-reactnative/workflows/test/badge.svg?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/forceupdate-app/forceupdate-reactnative/badge.svg?branch=main)](https://coveralls.io/github/forceupdate-app/forceupdate-reactnative?branch=main)
[![License Status](https://img.shields.io/github/license/forceupdate-app/forceupdate-reactnative)](https://img.shields.io/github/license/forceupdate-app/forceupdate-reactnative)
[![Issues Status](https://img.shields.io/github/issues/forceupdate-app/forceupdate-reactnative)](https://img.shields.io/github/issues/forceupdate-app/forceupdate-reactnative)
[![Tag Status](https://img.shields.io/github/v/tag/forceupdate-app/forceupdate-reactnative)](https://img.shields.io/github/v/tag/forceupdate-app/forceupdate-reactnative)
[![Languages Status](https://img.shields.io/github/languages/count/forceupdate-app/forceupdate-reactnative)](https://img.shields.io/github/languages/count/forceupdate-app/forceupdate-reactnative)
[![Repo Size Status](https://img.shields.io/github/repo-size/forceupdate-app/forceupdate-reactnative)](https://img.shields.io/github/repo-size/forceupdate-app/forceupdate-reactnative)

</div>

## Creating an account

To use this package, you need to create an account on [ForceUpdate](https://forceupdate.app) and create a project. You will get an API key that you will use to check if the app is updated.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"types": "lib/typescript/src/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"license": "MIT",
"files": [
"src",
"lib",
Expand Down Expand Up @@ -45,7 +46,6 @@
"url": "git+https://github.com/forceupdate-app/reactnative-forceupdate.git"
},
"author": "forceupdate <[email protected]> (https://github.com/forceupdate-app)",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/forceupdate-app/reactnative-forceupdate/issues"
},
Expand Down

0 comments on commit e56dd64

Please sign in to comment.