From 77c7b9d00abd00f92ddfb379d7f8dcd0e6fa68bd Mon Sep 17 00:00:00 2001 From: Ramon Henrique Ornelas Date: Sat, 22 Oct 2016 15:19:32 -0200 Subject: [PATCH] chore(stepcounter): add name field (#726) --- src/plugins/stepcounter.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/stepcounter.ts b/src/plugins/stepcounter.ts index 4a7bfd78..d10e1f9a 100644 --- a/src/plugins/stepcounter.ts +++ b/src/plugins/stepcounter.ts @@ -20,6 +20,7 @@ import { Plugin, Cordova } from './plugin'; * ``` */ @Plugin({ + name: 'Stepcounter', plugin: 'https://github.com/texh/cordova-plugin-stepcounter', pluginRef: 'stepcounter', repo: 'https://github.com/texh/cordova-plugin-stepcounter',