Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

Commit 87903f6

Browse files
Merge pull request #11 from livestorm/liv-4891-plugins-cli-document-review-command
feat: allow users to submit for the hackathon, liv-4891
2 parents 07c6ca0 + 2e3694c commit 87903f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livestorm/cli",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "CLI that allows you to build and deploy your Livestorm plugin",
55
"main": "index.js",
66
"bin": {

src/cmds/review.js

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const questions = [
1717
message: 'What does your plugin need a review for?',
1818
choices: [
1919
{ title: 'I want to publish it in Livestorm\'s apps marketplace', value: 'marketplace' },
20+
{ title: 'I want to submit my plugin for the hackathon', value: 'hackathon' },
2021
{ title: 'I need to use the \'allow-same-origin\' flag on an iframe', value: 'allow-same-origin' },
2122
{ title: 'I need to use a private API', value: 'private-api' }
2223
],

0 commit comments

Comments
 (0)