Skip to content

Commit 4c9ccd1

Browse files
Piyush Singh GaurPiyush Singh Gaur
authored andcommitted
lerna
1 parent 2471785 commit 4c9ccd1

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

lerna.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
{
2-
"packages": [
3-
"packages/user-onboarding/projects/user-onboarding-lib",
4-
"packages/user-onboarding/projects/user-onboarding-element",
5-
"packages/search/projects/search-lib",
6-
"packages/search/projects/search-element",
7-
"packages/ai-assistant/projects/ai-assistant-lib",
8-
"sandbox/**"
9-
],
2+
"packages": [
3+
"packages/search/projects/search-lib",
4+
"packages/search/projects/search-element"
5+
],
106
"command": {
117
"bootstrap": {
128
"concurrency": 4,
@@ -48,4 +44,4 @@
4844
"**/*.md"
4945
],
5046
"version": "independent"
51-
}
47+
}

packages/ai-assistant/projects/ai-assistant-lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"name": "@sourceloop/ai-assistant-client",
33
"version": "0.1.0",
44
"description": "Library for providing Ai chatbot with server sent events.",
@@ -40,4 +40,4 @@
4040
"access": "public",
4141
"directory": "dist"
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)