We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60b3da commit 63d358fCopy full SHA for 63d358f
index.js
@@ -17,7 +17,7 @@ export default function (options) {
17
}
18
return {
19
name: "stream-deck-package",
20
- buildEnd() {
+ closeBundle() {
21
const platform = os.platform();
22
23
const bin =
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@fcannizzaro/rollup-stream-deck-package",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "Rollup plugin to create a distribution package for Elgato Stream Deck plguins",
5
"author": "Francesco Saverio Cannizzaro <fcannizzaro>",
6
"license": "MIT",
0 commit comments