diff --git a/bun.lockb b/bun.lockb index b7530c9..7841c4c 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 80adbea..59ca4a5 100644 --- a/package.json +++ b/package.json @@ -33,18 +33,18 @@ "release": "npm run build && npm run test && npm publish --access public" }, "peerDependencies": { - "elysia": ">= 0.2.0-rc.0" + "elysia": ">= 0.2.0" }, "devDependencies": { "@types/node": "^18.11.7", "@types/swagger-ui-dist": "^3.30.1", "bun-types": "^0.5.0", "eslint": "^8.26.0", - "elysia": "../elysia", + "elysia": "^0.2.0", "typescript": "^4.9.3" }, "dependencies": { - "@elysiajs/static": "0.2.0-rc.0", + "@elysiajs/static": "0.2.0", "swagger-ui-dist": "^4.15.5" } }