Skip to content

Commit

Permalink
Merge branch 'main' into camera1
Browse files Browse the repository at this point in the history
  • Loading branch information
ikeith committed Nov 16, 2020
2 parents f651adc + 8f9cae2 commit 1c8c122
Show file tree
Hide file tree
Showing 34 changed files with 130 additions and 240 deletions.
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,21 @@ This script is for setting the version (or version range) of Capacitor packages
This script is for switching between Capacitor packages from npm and Capacitor packages installed locally. It will also run `lerna bootstrap` for you.

> If you get npm errors, you can try installing from scratch:
>
> 1. Reset the changes in `package.json` files.
> 1. Clear out all `node_modules`.
>
> ```shell
> npx lerna exec 'rm -fr package-lock.json && rm -fr node_modules'
> rm -fr node_modules
> ```
> 1. Install with local dependencies:
>
> ```
> npm run toggle-local
> ```
#### `npm run apply-patches "<package>"`

This script is for copying git changes from one plugin to all plugins.
Expand Down
15 changes: 0 additions & 15 deletions action-sheet/android/src/main/res/layout/bridge_layout_main.xml

This file was deleted.

7 changes: 7 additions & 0 deletions action-sheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
"main": "dist/plugin.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"files": [
"android/src/main/",
"android/build.gradle",
"dist/",
"ios/Plugin/",
"CapacitorActionSheet.podspec"
],
"author": "Ionic <hi@ionicframework.com>",
"license": "MIT",
"repository": {
Expand Down
15 changes: 0 additions & 15 deletions app-launcher/android/src/main/res/layout/bridge_layout_main.xml

This file was deleted.

7 changes: 7 additions & 0 deletions app-launcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
"main": "dist/plugin.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"files": [
"android/src/main/",
"android/build.gradle",
"dist/",
"ios/Plugin",
"CapacitorAppLauncher.podspec"
],
"author": "Ionic <hi@ionicframework.com>",
"license": "MIT",
"repository": {
Expand Down
15 changes: 0 additions & 15 deletions app/android/src/main/res/layout/bridge_layout_main.xml

This file was deleted.

7 changes: 7 additions & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
"main": "dist/plugin.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"files": [
"android/src/main/",
"android/build.gradle",
"dist/",
"ios/Plugin/",
"CapacitorApp.podspec"
],
"author": "Ionic <hi@ionicframework.com>",
"license": "MIT",
"repository": {
Expand Down
15 changes: 0 additions & 15 deletions browser/android/src/main/res/layout/bridge_layout_main.xml

This file was deleted.

7 changes: 7 additions & 0 deletions browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
"main": "dist/plugin.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"files": [
"android/src/main/",
"android/build.gradle",
"dist/",
"ios/Plugin/",
"CapacitorBrowser.podspec"
],
"author": "Ionic <hi@ionicframework.com>",
"license": "MIT",
"repository": {
Expand Down
15 changes: 0 additions & 15 deletions clipboard/android/src/main/res/layout/bridge_layout_main.xml

This file was deleted.

7 changes: 7 additions & 0 deletions clipboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
"main": "dist/plugin.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"files": [
"android/src/main/",
"android/build.gradle",
"dist/",
"ios/Plugin/",
"CapacitorClipboard.podspec"
],
"author": "Ionic <hi@ionicframework.com>",
"license": "MIT",
"repository": {
Expand Down
15 changes: 0 additions & 15 deletions device/android/src/main/res/layout/bridge_layout_main.xml

This file was deleted.

7 changes: 7 additions & 0 deletions device/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
"main": "dist/plugin.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"files": [
"android/src/main/",
"android/build.gradle",
"dist/",
"ios/Plugin/",
"CapacitorDevice.podspec"
],
"author": "Ionic <hi@ionicframework.com>",
"license": "MIT",
"repository": {
Expand Down
15 changes: 0 additions & 15 deletions dialog/android/src/main/res/layout/bridge_layout_main.xml

This file was deleted.

7 changes: 7 additions & 0 deletions dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
"main": "dist/plugin.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"files": [
"android/src/main/",
"android/build.gradle",
"dist/",
"ios/Plugin/",
"CapacitorDialog.podspec"
],
"author": "Ionic <hi@ionicframework.com>",
"license": "MIT",
"repository": {
Expand Down
15 changes: 0 additions & 15 deletions haptics/android/src/main/res/layout/bridge_layout_main.xml

This file was deleted.

7 changes: 7 additions & 0 deletions haptics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
"main": "dist/plugin.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"files": [
"android/src/main/",
"android/build.gradle",
"dist/",
"ios/Plugin/",
"CapacitorHaptics.podspec"
],
"author": "Ionic <hi@ionicframework.com>",
"license": "MIT",
"repository": {
Expand Down
15 changes: 0 additions & 15 deletions keyboard/android/src/main/res/layout/bridge_layout_main.xml

This file was deleted.

7 changes: 7 additions & 0 deletions keyboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
"main": "dist/plugin.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"files": [
"android/src/main/",
"android/build.gradle",
"dist/",
"ios/Plugin/",
"CapacitorKeyboard.podspec"
],
"author": "Ionic <hi@ionicframework.com>",
"license": "MIT",
"repository": {
Expand Down
3 changes: 3 additions & 0 deletions motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"main": "dist/plugin.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"files": [
"dist/"
],
"author": "Ionic <hi@ionicframework.com>",
"license": "MIT",
"repository": {
Expand Down
15 changes: 0 additions & 15 deletions network/android/src/main/res/layout/bridge_layout_main.xml

This file was deleted.

7 changes: 7 additions & 0 deletions network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
"main": "dist/plugin.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"files": [
"android/src/main/",
"android/build.gradle",
"dist/",
"ios/Plugin/",
"CapacitorNetwork.podspec"
],
"author": "Ionic <hi@ionicframework.com>",
"license": "MIT",
"repository": {
Expand Down
15 changes: 0 additions & 15 deletions screen-reader/android/src/main/res/layout/bridge_layout_main.xml

This file was deleted.

7 changes: 7 additions & 0 deletions screen-reader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
"main": "dist/plugin.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"files": [
"android/src/main/",
"android/build.gradle",
"dist/",
"ios/Plugin/",
"CapacitorScreenReader.podspec"
],
"author": "Ionic <hi@ionicframework.com>",
"license": "MIT",
"repository": {
Expand Down
15 changes: 0 additions & 15 deletions share/android/src/main/res/layout/bridge_layout_main.xml

This file was deleted.

7 changes: 7 additions & 0 deletions share/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
"main": "dist/plugin.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"files": [
"android/src/main/",
"android/build.gradle",
"dist/",
"ios/Plugin/",
"CapacitorShare.podspec"
],
"author": "Ionic <hi@ionicframework.com>",
"license": "MIT",
"repository": {
Expand Down
Loading

0 comments on commit 1c8c122

Please sign in to comment.