From 8c50695cdeb7d852f10158cdf3cff953bd042bf2 Mon Sep 17 00:00:00 2001 From: kitsuned <80879390+kitsuned@users.noreply.github.com> Date: Tue, 24 Oct 2023 02:04:30 +0500 Subject: [PATCH] v2.0.3 --- README.md | 6 ++---- package.json | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d2fcf4c..a228602 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # @webosbrew/webos-packager-plugin -Webpack plugin that packages emitted files to IPK file that can be installed on LG webOS TV. - -Additionally, this plugin can generate a webOS Homebrew Channel manifest by using the `emitManifest` property. +Pack applications to IPK on the fly. ### Example @@ -33,7 +31,7 @@ export default hoc({ id: 'org.acme.product.service', // ... webpack configuation }, - // ... other services + // ... extra services ], }); ``` diff --git a/package.json b/package.json index 032f0c7..6f13980 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@webosbrew/webos-packager-plugin", - "version": "2.0.2", - "description": "Webpack plugin that packages emitted files to IPK file that can be installed on LG webOS TV.", + "version": "2.0.3", + "description": "Pack applications for webOS on the fly.", "license": "MIT", "main": "dist/index.js", "repository": "github:webosbrew/webos-packager-plugin",