@capacitor/create-plugin 0.19.0 → 0.19.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
package/dist/index.js CHANGED
@@ -65,6 +65,8 @@ const run = async () => {
65
65
  appPackageJsonObj.dependencies[details.name] = 'file:..';
66
66
  appPackageJsonObj.dependencies['@capacitor/ios'] = template_1.CAPACITOR_VERSION;
67
67
  appPackageJsonObj.dependencies['@capacitor/android'] = template_1.CAPACITOR_VERSION;
68
+ delete appPackageJsonObj.dependencies['@capacitor/camera'];
69
+ delete appPackageJsonObj.dependencies['@capacitor/splash-screen'];
68
70
  (0, fs_1.writeFileSync)((0, path_1.resolve)(details.dir, 'example-app', 'package.json'), JSON.stringify(appPackageJsonObj, null, 2));
69
71
  // Install packages and add ios and android apps
70
72
  await (0, subprocess_1.run)('npm', ['install', '--no-package-lock', '--prefix', 'example-app'], opts);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/create-plugin",
3
- "version": "0.19.0",
3
+ "version": "0.19.2",
4
4
  "description": "Generate a new Capacitor plugin",
5
5
  "author": "Ionic Team <hi@ionicframework.com>",
6
6
  "homepage": "https://capacitorjs.com",