Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #41 from wizage/fix_40
Browse files Browse the repository at this point in the history
Fixes issue #40
  • Loading branch information
axptwig authored Nov 8, 2019
2 parents e87722f + 22c5c74 commit 5250fe8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const path = require('path');
const category = 'video';
const path = require('path');

async function add(context, providerName, service) {
const options = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-video",
"version": "2.0.0",
"version": "2.1.0",
"description": "Plugin for Amplify to add support for live streaming. Made for Unicorn Trivia Workshop",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion provider-utils/livestream-questions.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"required": true
},
{
"key": "enableDistrubtion",
"key": "enableDistribution",
"question": "Create distribution: ",
"type":"list",
"options": [
Expand Down

0 comments on commit 5250fe8

Please sign in to comment.