Skip to content

Commit

Permalink
lerna working
Browse files Browse the repository at this point in the history
  • Loading branch information
ARIC LASRY authored and ARIC LASRY committed Nov 22, 2023
1 parent f5b7f05 commit 8906bd5
Show file tree
Hide file tree
Showing 5 changed files with 11,484 additions and 5,684 deletions.
4 changes: 2 additions & 2 deletions connectors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connectors",
"version": "0.1.0",
"name": "@dust-tt/connectors",
"version": "1.0.0",
"scripts": {
"format": "prettier --write .",
"format:check": "prettier --check .",
Expand Down
2 changes: 2 additions & 0 deletions front/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "@dust-tt/front",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
4 changes: 4 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.0"
}
Loading

0 comments on commit 8906bd5

Please sign in to comment.