From bde3d4aba1b52925830ff37ac5933ff137ff3d17 Mon Sep 17 00:00:00 2001 From: Anton Georgiev Date: Thu, 13 Feb 2025 14:04:23 -0500 Subject: [PATCH] bump to 0.2.1; drop duplicate build steps --- README.md | 22 ---------------------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 3 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 7f8e1b3..bf4ca79 100644 --- a/README.md +++ b/README.md @@ -8,28 +8,6 @@ This plugins adds a button in the options dropdown menu to start a Tour to guide You can configure some "Learn More" links that are shown in some steps (screenshare, whiteboard, general) in the settings of the plugin, see example below. -## Running the Plugin From Source Code - -1. Start the development server: - -```bash -npm install -npm start -``` - -2. Add this to the `settings.yml` of the BBB HTML5-client: -```yaml -public: - plugins: - - name: TourPlugin - url: <> - settings: - url: - screenshare: "https://some.url.with.more.information" - whiteboard: "https://some.url.with.more.information" - general: "https://some.url.with.more.information" -``` - ## Building the Plugin To build the plugin for production use, follow these steps: diff --git a/package-lock.json b/package-lock.json index fe70237..f9b0f4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "plugin-tour", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "plugin-tour", - "version": "0.2.0", + "version": "0.2.1", "dependencies": { "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", diff --git a/package.json b/package.json index bd4e946..fe71d9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plugin-tour", - "version": "0.2.0", + "version": "0.2.1", "private": false, "main": "./src/index.tsx", "dependencies": {