Skip to content

Commit

Permalink
Changed plugin ID
Browse files Browse the repository at this point in the history
  • Loading branch information
katzer committed Feb 29, 2016
1 parent 2538983 commit 6107572
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ This cordova plug-in can be used for applications, who rely on continuous networ
### :bangbang: Store Compliance :bangbang:
The plugin focuses on enterprise-only distribution and may not compliant with all public store vendors.

__Update:__ The plugin ID has changed to cordova-plugin-background-mode and is available under npm. An updated version comes later!


## Overview
1. [Supported Platforms](#supported-platforms)
Expand Down
17 changes: 6 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,24 @@
{
"name": "de.appplant.cordova.plugin.background-mode",
"name": "cordova-plugin-background-mode",
"version": "0.6.4",
"description": "Cordova plugin to prevent the app from going to sleep in background.",
"cordova": {
"id": "de.appplant.cordova.plugin.background-mode",
"id": "cordova-plugin-background-mode",
"platforms": [
"ios",
"android",
"wp8"
"android"
]
},
"repository": {
"type": "git",
"url": "https://github.com/katzer/cordova-plugin-background-mode.git"
"url": "git+https://github.com/katzer/cordova-plugin-background-mode.git"
},
"keywords": [
"appplant",
"background",
"mode",
"background-mode",
"katzer",
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"cordova-wp8"
"cordova-android"
],
"engines": [
{
Expand All @@ -36,5 +31,5 @@
"bugs": {
"url": "https://github.com/katzer/cordova-plugin-background-mode/issues"
},
"homepage": "https://github.com/katzer/cordova-plugin-background-mode"
"homepage": "https://github.com/katzer/cordova-plugin-background-mode#readme"
}
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="de.appplant.cordova.plugin.background-mode"
id="cordova-plugin-background-mode"
version="0.6.4">

<name>BackgroundMode</name>
Expand Down

0 comments on commit 6107572

Please sign in to comment.