chore(repo): remove more ionic related code

This commit is contained in:
Daniel Sogl 2021-09-27 17:51:19 +02:00
parent 7de4e0bced
commit 4791aea1e0
5 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
# docs-json # 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.

View File

@ -27,7 +27,7 @@ const webpackConfig: webpack.Configuration = {
target: 'web', target: 'web',
output: { output: {
path: DIST, path: DIST,
filename: 'ionic-native.min.js', filename: 'awesome-cordova-plugins.min.js',
}, },
resolve: { resolve: {
modules: ['node_modules'], modules: ['node_modules'],

View File

@ -20,7 +20,7 @@ import { Observable } from 'rxjs';
* *
* @usage * @usage
* ```typescript * ```typescript
* import { {{ PluginName }} } from '@ionic-native/{{ plugin-name }}'; * import { {{ PluginName }} } from '@awesome-cordova-plugins/{{ plugin-name }}';
* *
* *
* constructor(private {{ pluginName }}: {{ PluginName }}) { } * constructor(private {{ pluginName }}: {{ PluginName }}) { }

View File

@ -20,7 +20,7 @@ import { Observable } from 'rxjs';
* *
* @usage * @usage
* ```typescript * ```typescript
* import { {{ PluginName }} } from '@ionic-native/{{ plugin-name }}'; * import { {{ PluginName }} } from '@awesome-cordova-plugins/{{ plugin-name }}';
* *
* *
* constructor(private {{ pluginName }}: {{ PluginName }}) { } * constructor(private {{ pluginName }}: {{ PluginName }}) { }

View File

@ -4,7 +4,7 @@ import { Cordova, AwesomeCordovaNativePlugin, Plugin } from '@awesome-cordova-pl
/** /**
* @name Webengage * @name Webengage
* @description * @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 * @usage
* ```typescript * ```typescript