From 4791aea1e04eb0f835ceb2d7efb97523c0f75b5e Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Mon, 27 Sep 2021 17:51:19 +0200 Subject: [PATCH] chore(repo): remove more ionic related code --- scripts/docs-json/readme.md | 2 +- scripts/tasks/build-es5.ts | 2 +- scripts/templates/wrap-min.tmpl | 2 +- scripts/templates/wrap.tmpl | 2 +- src/@awesome-cordova-plugins/plugins/webengage/index.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/docs-json/readme.md b/scripts/docs-json/readme.md index 3b401b39..6918b02e 100644 --- a/scripts/docs-json/readme.md +++ b/scripts/docs-json/readme.md @@ -1,3 +1,3 @@ # docs-json -This script reads and generates [typedoc](https://github.com/TypeStrong/typedoc) data for each of the plugins in `src/@ionic-native/plugins`. That data is then formatted and output as `plugins.json` in this directory. +This script reads and generates [typedoc](https://github.com/TypeStrong/typedoc) data for each of the plugins in `src/@awesome-cordova-plugins/plugins`. That data is then formatted and output as `plugins.json` in this directory. diff --git a/scripts/tasks/build-es5.ts b/scripts/tasks/build-es5.ts index 37ae7a42..6f57320a 100644 --- a/scripts/tasks/build-es5.ts +++ b/scripts/tasks/build-es5.ts @@ -27,7 +27,7 @@ const webpackConfig: webpack.Configuration = { target: 'web', output: { path: DIST, - filename: 'ionic-native.min.js', + filename: 'awesome-cordova-plugins.min.js', }, resolve: { modules: ['node_modules'], diff --git a/scripts/templates/wrap-min.tmpl b/scripts/templates/wrap-min.tmpl index 075ac52f..2612c4cf 100644 --- a/scripts/templates/wrap-min.tmpl +++ b/scripts/templates/wrap-min.tmpl @@ -20,7 +20,7 @@ import { Observable } from 'rxjs'; * * @usage * ```typescript - * import { {{ PluginName }} } from '@ionic-native/{{ plugin-name }}'; + * import { {{ PluginName }} } from '@awesome-cordova-plugins/{{ plugin-name }}'; * * * constructor(private {{ pluginName }}: {{ PluginName }}) { } diff --git a/scripts/templates/wrap.tmpl b/scripts/templates/wrap.tmpl index 075ac52f..2612c4cf 100644 --- a/scripts/templates/wrap.tmpl +++ b/scripts/templates/wrap.tmpl @@ -20,7 +20,7 @@ import { Observable } from 'rxjs'; * * @usage * ```typescript - * import { {{ PluginName }} } from '@ionic-native/{{ plugin-name }}'; + * import { {{ PluginName }} } from '@awesome-cordova-plugins/{{ plugin-name }}'; * * * constructor(private {{ pluginName }}: {{ PluginName }}) { } diff --git a/src/@awesome-cordova-plugins/plugins/webengage/index.ts b/src/@awesome-cordova-plugins/plugins/webengage/index.ts index 0141e2c9..bb32c790 100644 --- a/src/@awesome-cordova-plugins/plugins/webengage/index.ts +++ b/src/@awesome-cordova-plugins/plugins/webengage/index.ts @@ -4,7 +4,7 @@ import { Cordova, AwesomeCordovaNativePlugin, Plugin } from '@awesome-cordova-pl /** * @name Webengage * @description - * Ionic-Native wrapper that wraps Webengage Cordova plugin for Android and iOS + * Awesome Cordova Plugins wrapper that wraps Webengage Cordova plugin for Android and iOS * * @usage * ```typescript