Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"postman-request": "^2.88.1-postman.32",
"pretty-bytes": "^5.6.0",
"resolve": "^1.22.8",
"roku-debug": "^0.22.3",
"roku-deploy": "^3.14.4",
"roku-debug": "^0.22.4",
"roku-deploy": "^3.15.0",
"roku-test-automation": "^2.2.1",
"semver": "^7.1.3",
"source-map": "^0.7.3",
Expand Down Expand Up @@ -507,6 +507,11 @@
"${workspaceFolder}/LibDir/"
]
},
"avoidPostfix": {
"type": "boolean",
"description": "When true, this avoids adding a postfix to the files. Useful when you want to debug component libraries that get packaged using custom command.",
"default": false
},
"outFile": {
"type": "string",
"description": "A file name and extension used as the static file name for the zip. You can use manifest values in this property such as ${title} to be inferred from the library's manifest file.",
Expand Down