From 85d496ca38af7d755f4e3e0b78757fc0e26426ac Mon Sep 17 00:00:00 2001 From: Kirit Narain Date: Fri, 4 Mar 2022 19:35:51 -0800 Subject: [PATCH] update package name --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e2ccde6..c416601 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "virtual-background", + "name": "@spoxyz/virtual-background", "version": "0.1.0", "description": "Demo on adding virtual background to a live video stream in the browser", "homepage": "https://volcomix.github.io/virtual-background", @@ -34,6 +34,7 @@ }, "scripts": { "install": "tsc", + "publish": "tsc && publish", "start": "react-scripts start", "build": "react-scripts build", "build:tflite": "yarn build:tflite:image && docker run --rm -it -v $PWD:/workspace -w /workspace tflite",