Add vercel conf change package name (#13)

This commit is contained in:
Geometrically
2023-03-02 13:41:34 -07:00
committed by GitHub
parent 09e880a90d
commit 3faf777db1
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "omorphia",
"name": "@modrinth/omorphia",
"type": "module",
"version": "0.0.0",
"files": [

5
vercel.json Normal file
View File

@@ -0,0 +1,5 @@
{
"github": {
"silent": true
}
}