Skip to content

Commit

Permalink
update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
kiritnarain committed Mar 5, 2022
1 parent 8454685 commit 85d496c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 85d496c

Please sign in to comment.