From a0ce2d835216533e687d51c5374bff90145e8667 Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Wed, 29 Mar 2023 20:02:12 +0800 Subject: [PATCH] Update package.json Use correct scope. --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 997d5f4..f5fdd48 100644 --- a/.gitignore +++ b/.gitignore @@ -105,4 +105,5 @@ dist .tern-port .npmrc +/types/ .idea/ diff --git a/package.json b/package.json index 61ebce9..0082522 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@modal/webvideo-clip-core", + "name": "@modal-sh/webvideo-clip-core", "version": "0.0.0", "files": [ "dist",