From 5033a68588959f5d940558ca6d76d2df869edabf Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Tue, 29 Oct 2024 21:03:51 +0000 Subject: [PATCH] update pkg name --- package.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b809bae..2861d92 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,15 @@ { - "name": "vessel", + "name": "@ragestudio/vessel", "version": "0.18.0", "main": "./src/index.js", "repository": "https://github.com/ragestudio/vessel.git", - "author": "SrGooglo ", + "author": "RageStudio", "license": "MIT", "files": [ "src" ], - "scripts": { - "link": "yarn link && yarn link 'evite'", - "example:react": "cd example && yarn start" + "publishConfig": { + "access": "public" }, "peerDependencies": { "react": "^18.2.0", @@ -28,4 +27,4 @@ "react-dom": "^18.3.1", "react-helmet": "^6.1.0" } -} +} \ No newline at end of file