chore: 🐛 Remove the -dev from package.json

This commit is contained in:
Jesse Wierzbinski 2024-04-25 15:59:18 -10:00
parent 761e81bd3f
commit ce0cfb4152
No known key found for this signature in database

View file

@ -2,7 +2,7 @@
"name": "lysand",
"module": "index.ts",
"type": "module",
"version": "0.5-dev",
"version": "0.5.0",
"description": "A project to build a federated social network",
"author": {
"email": "contact@cpluspatch.com",