Skip to content

Commit fb35fed

Browse files
committed
πŸ‘Œ IMPROVE: PKG details
1 parent 638ecd5 commit fb35fed

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

β€Žpackages/baseai/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "baseai",
3-
"description": "The Web AI Framework - BaseAI.dev",
3+
"description": "The Web AI Framework Dev - BaseAI.dev",
44
"version": "0.0.29",
55
"license": "UNLICENSED",
66
"type": "module",
@@ -11,15 +11,18 @@
1111
"baseai": "bin/baseai.js"
1212
},
1313
"author": {
14-
"name": "Ahmad Awais",
15-
"url": "https://langbase.com"
14+
"name": "Langbase",
15+
"url": "https://BaseAI.dev"
1616
},
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/LangbaseInc/baseai.git",
2020
"directory": "packages/cli"
2121
},
22-
"homepage": "https://langbase.com/docs",
22+
"bugs": {
23+
"url": "https://github.com/LangbaseInc/baseai/issues"
24+
},
25+
"homepage": "https://BaseAI.dev",
2326
"files": [
2427
"dist/**"
2528
],

β€Žpackages/core/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,17 @@
9393
"optional": true
9494
}
9595
},
96-
"homepage": "https://langbase.com/docs",
96+
"homepage": "https://BaseAI.dev",
9797
"repository": {
9898
"type": "git",
99-
"url": "git+https://github.com/LangbaseInc/langbase-sdk.git"
99+
"url": "git+https://github.com/LangbaseInc/baseai.git"
100100
},
101101
"bugs": {
102-
"url": "https://github.com/LangbaseInc/langbase-sdk/issues"
102+
"url": "https://github.com/LangbaseInc/baseai/issues"
103+
},
104+
"author": {
105+
"name": "Langbase",
106+
"url": "https://BaseAI.dev"
103107
},
104108
"keywords": [
105109
"ai",

0 commit comments

Comments
Β (0)