Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vieiralucas committed Sep 10, 2024
1 parent 8589ac6 commit 6e92614
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@briefer/api",
"version": "0.0.2-alpha.2",
"version": "0.0.2",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@briefer/web",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "next dev --experimental-https && local-ssl-proxy --key",
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"name": "briefer",
"version": "1.0.0",
"version": "0.0.2",
"main": "index.js",
"repository": "[email protected]:ergomake/nora.git",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"workspaces": ["apps/*", "packages/*"],
"packageManager": "[email protected]",
"scripts": {
"build": "turbo run build",
Expand Down

0 comments on commit 6e92614

Please sign in to comment.