refactor: Change version numbers to all be 0.0.0

This commit is contained in:
Jesse Wierzbinski 2024-05-13 22:51:59 -10:00
parent 22b90d2dae
commit e0b6d57470
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@lysand-org/federation",
"version": "3.0.0",
"version": "0.0.0",
"exports": {
".": "./index.ts"
}

View file

@ -1,7 +1,7 @@
{
"name": "@lysand-org/federation",
"displayName": "Lysand Federation",
"version": "3.0.0",
"version": "0.0.0",
"author": {
"email": "jesse.wierzbinski@lysand.org",
"name": "Jesse Wierzbinski (CPlusPatch)",