From 61075723494cd4221653bc2856fc388b03eef621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Katzer?= Date: Mon, 29 Feb 2016 09:55:07 +0100 Subject: [PATCH] Changed plugin ID --- README.md | 2 ++ package.json | 17 ++++++----------- plugin.xml | 2 +- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index acb5f77..88fb963 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index da8fc7b..daec6a9 100644 --- a/package.json +++ b/package.json @@ -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": [ { @@ -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" } diff --git a/plugin.xml b/plugin.xml index 16b9701..60bd64a 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ BackgroundMode