Skip to content

Commit 63d358f

Browse files
committed
update rollup hook
1 parent d60b3da commit 63d358f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function (options) {
1717
}
1818
return {
1919
name: "stream-deck-package",
20-
buildEnd() {
20+
closeBundle() {
2121
const platform = os.platform();
2222

2323
const bin =

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fcannizzaro/rollup-stream-deck-package",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Rollup plugin to create a distribution package for Elgato Stream Deck plguins",
55
"author": "Francesco Saverio Cannizzaro <fcannizzaro>",
66
"license": "MIT",

0 commit comments

Comments
 (0)