diff --git a/package.json b/package.json index d01014d..21bf09c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@capacitor/inappbrowser", "version": "1.0.0-dev.7", - "description": "The InAppBrowser Plugin provides a web browser view that allows you to load any web page externally. It behaves as a standard web browser and is useful to load untrusted content without risking your application's security. It offers three different ways to open URLs: in a WebView, in an in-app system browser (Custom Tabs for Android and SFSafariViewController for iOS), and in the device's default browser.", + "description": "The InAppBrowser Plugin provides a web browser view that allows you to load any web page externally. It behaves as a standard web browser and is useful to load untrusted content without risking your application's security. It offers three different ways to open URLs; in a WebView, in an in-app system browser (Custom Tabs for Android and SFSafariViewController for iOS), and in the device's default browser.", "main": "./dist/plugin.cjs", "module": "./dist/plugin.mjs", "types": "./dist/index.d.ts",