From 2ce2725b2a9435aa70c3e99ff469c86e8b036b77 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Thu, 24 Jan 2019 20:01:03 +0100 Subject: [PATCH] docs(gene): remove beta tag --- scripts/docs/dgeni/templates/common.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs/dgeni/templates/common.template.html b/scripts/docs/dgeni/templates/common.template.html index d0a516bf5..7228ca862 100644 --- a/scripts/docs/dgeni/templates/common.template.html +++ b/scripts/docs/dgeni/templates/common.template.html @@ -187,7 +187,7 @@ docType: "<$ doc.docType $>"
  1. Install the Cordova and Ionic Native plugins:
    $ <@ if prop.install @><$ prop.install | replace('<', '<').replace('>', '>') $><@ else @>ionic cordova plugin add <$ prop.plugin $><@ endif @>
    -$ npm install @ionic-native/<$ doc.npmId $>@beta
    +$ npm install @ionic-native/<$ doc.npmId $>
     
  2. Add this plugin to your app's module