Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuned committed Oct 23, 2023
1 parent 2cd13c2 commit 8c50695
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -33,7 +31,7 @@ export default hoc({
id: 'org.acme.product.service',
// ... webpack configuation
},
// ... other services
// ... extra services
],
});
```
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8c50695

Please sign in to comment.