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