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", "version": "0.18.0",
"main": "./src/index.js", "main": "./src/index.js",
"repository": "https://github.com/ragestudio/vessel.git", "repository": "https://github.com/ragestudio/vessel.git",
"author": "SrGooglo <srgooglo@ragestudio.net>", "author": "RageStudio",
"license": "MIT", "license": "MIT",
"files": [ "files": [
"src" "src"
], ],
"scripts": { "publishConfig": {
"link": "yarn link && yarn link 'evite'", "access": "public"
"example:react": "cd example && yarn start"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^18.2.0", "react": "^18.2.0",
@ -28,4 +27,4 @@
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"react-helmet": "^6.1.0" "react-helmet": "^6.1.0"
} }
} }