chore: rename export-annotations to bbb-export-annotations

This commit is contained in:
Anton Georgiev 2022-07-05 17:47:01 +00:00
parent 4fb7ef9639
commit 5a8cce6667
10 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ const { Worker } = require('worker_threads');
const path = require('path');
const logger = new Logger('presAnn Master');
logger.info("Running export-annotations");
logger.info("Running bbb-export-annotations");
const kickOffCollectorWorker = (jobId) => {
return new Promise((resolve, reject) => {

View File

@ -1,11 +1,11 @@
{
"name": "export-annotations",
"name": "bbb-export-annotations",
"version": "0.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "export-annotations",
"name": "bbb-export-annotations",
"version": "0.0.1",
"dependencies": {
"axios": "^0.26.0",

View File

@ -1,5 +1,5 @@
{
"name": "export-annotations",
"name": "bbb-export-annotations",
"version": "0.0.1",
"description": "BigBlueButton's Presentation Annotation Exporter",
"scripts": {