Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
🚀 move package to the capacitor community (#22)
Browse files Browse the repository at this point in the history
* Update README.md

* Update name in package.json

* 🔖 v1.2.0
  • Loading branch information
tafelnl authored Mar 16, 2021
1 parent 0006029 commit d0cb5fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<p align="center"><br><img src="https://user-images.githubusercontent.com/236501/85893648-1c92e880-b7a8-11ea-926d-95355b8175c7.png" width="128" height="128" /></p>
<h3 align="center">Barcode Scanner</h3>
<p align="center"><strong><code>@dutchconcepts/capacitor-barcode-scanner</code></strong></p>
<p align="center"><strong><code>@capacitor-community/barcode-scanner</code></strong></p>
<p align="center">
A fast and efficient (QR) barcode scanner for Capacitor.
</p>

<p align="center">
<img src="https://img.shields.io/maintenance/yes/2021?style=flat-square" />
<!-- <a href="https://github.com/DutchConcepts/capacitor-barcode-scanner/actions?query=workflow%3A%22CI%22"><img src="https://img.shields.io/github/workflow/status/dutchconcepts/capacitor-barcode-scanner/CI?style=flat-square" /></a> -->
<a href="https://www.npmjs.com/package/@dutchconcepts/capacitor-barcode-scanner"><img src="https://img.shields.io/npm/l/@dutchconcepts/capacitor-barcode-scanner?style=flat-square" /></a>
<a href="https://www.npmjs.com/package/@capacitor-community/barcode-scanner"><img src="https://img.shields.io/npm/l/@capacitor-community/barcode-scanner?style=flat-square" /></a>
<br>
<a href="https://www.npmjs.com/package/@dutchconcepts/capacitor-barcode-scanner"><img src="https://img.shields.io/npm/dw/@dutchconcepts/capacitor-barcode-scanner?style=flat-square" /></a>
<a href="https://www.npmjs.com/package/@dutchconcepts/capacitor-barcode-scanner"><img src="https://img.shields.io/npm/v/@dutchconcepts/capacitor-barcode-scanner?style=flat-square" /></a>
<a href="https://www.npmjs.com/package/@capacitor-community/barcode-scanner"><img src="https://img.shields.io/npm/dw/@capacitor-community/barcode-scanner?style=flat-square" /></a>
<a href="https://www.npmjs.com/package/@capacitor-community/barcode-scanner"><img src="https://img.shields.io/npm/v/@capacitor-community/barcode-scanner?style=flat-square" /></a>
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<a href="#contributors-"><img src="https://img.shields.io/badge/all%20contributors-1-orange?style=flat-square" /></a>
<!-- ALL-CONTRIBUTORS-BADGE:END -->
Expand Down Expand Up @@ -43,7 +43,7 @@ On **Android** this library uses [`zxing-android-embedded`](https://github.com/j
## Installation

```bash
npm install @dutchconcepts/capacitor-barcode-scanner
npm install @capacitor-community/barcode-scanner
npx cap sync
```

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dutchconcepts/capacitor-barcode-scanner",
"version": "1.2.0-alpha.2",
"name": "@capacitor-community/barcode-scanner",
"version": "1.2.0",
"description": "A fast and efficient (QR) barcode scanner for Capacitor",
"main": "dist/plugin.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit d0cb5fa

Please sign in to comment.