diff --git a/package.json b/package.json index 3853b30..647ecfc 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@sanity/secrets", + "name": "@sanity/studio-secrets", "version": "2.0.0-v3-studio.4", "description": "React hooks and UI for reading and managing secrets in a Sanity Studio. This is a good pattern for keeping configuration secret. Instead of using environment variables which would be bundled with the Studio source (it is an SPA), we store secret information in a document in the dataset. This document will not be readable to externals even in a public dataset. With custom access controls you can also specify which users can read the configuration in your Studio.", "author": "Sanity.io ",