Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix download progress, update plugins version #74

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[update]
 -Readme

Signed-off-by: nerd-dk <dreeky@nerdfrenz.com>
nerd-dk committed Aug 28, 2023
commit 7f4740363404ac5db0da703f683e393ab5317e49
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,8 @@

# Capacitor Plugin for CodePush

Capacitor v5 only

This plugin provides client-side integration for the [CodePush service](https://microsoft.github.io/code-push/), allowing you to easily add a dynamic update experience to your Capacitor app(s).

<!-- Capacitor Catalog -->
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -8,13 +8,13 @@
"homepage": "https://github.com/nerdfrenzs/capacitor-codepush",
"repository": {
"type": "git",
"url": "git+https://github.com/nerdFrenzs/capacitor-codepush.git"
"url": "git+https://github.com/nerdfrenzs/capacitor-codepush.git"
},
"bugs": {
"url": "https://github.com/nerdFrenzs/capacitor-codepush/issues"
"url": "https://github.com/nerdfrenzs/capacitor-codepush/issues"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
"access": "public"
},
"scripts": {
"lint": "npm run prettier -- --check && npm run swiftlint -- lint",