From 1c78f77c0f4763b0aebb7e5b3fa1ea2becaeb96b Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Wed, 25 Jan 2017 22:22:05 -0500 Subject: [PATCH] docs(stepcounter): update repo and plugin closes #1003 --- src/plugins/stepcounter.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/stepcounter.ts b/src/plugins/stepcounter.ts index 835cc2a4d..68e790d9f 100644 --- a/src/plugins/stepcounter.ts +++ b/src/plugins/stepcounter.ts @@ -21,9 +21,9 @@ import { Plugin, Cordova } from './plugin'; */ @Plugin({ pluginName: 'Stepcounter', - plugin: 'https://github.com/texh/cordova-plugin-stepcounter', + plugin: 'https://github.com/Slidee/cordova-plugin-stepcounter', pluginRef: 'stepcounter', - repo: 'https://github.com/texh/cordova-plugin-stepcounter', + repo: 'https://github.com/Slidee/cordova-plugin-stepcounterr', platforms: ['Android'] }) export class Stepcounter {