chore: rename export-annotations to bbb-export-annotations
This commit is contained in:
parent
4fb7ef9639
commit
5a8cce6667
@ -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) => {
|
@ -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",
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "export-annotations",
|
||||
"name": "bbb-export-annotations",
|
||||
"version": "0.0.1",
|
||||
"description": "BigBlueButton's Presentation Annotation Exporter",
|
||||
"scripts": {
|
Loading…
Reference in New Issue
Block a user