update pkg name

This commit is contained in:
SrGooglo 2024-10-29 21:03:51 +00:00
parent 45a809a1bb
commit 5033a68588

View File

@ -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 <srgooglo@ragestudio.net>",
"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",