Skip to content

Commit 8bc4c51

Browse files
committed
license: explicit MIT in package.json + matching README badge
1 parent 9a439a1 commit 8bc4c51

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
**Visual debugging and orchestration dashboard for [AgentOS](https://agentos.sh) agents.**
1212

1313
[![npm](https://img.shields.io/npm/v/@framers/agentos?logo=npm&color=cb3837)](https://www.npmjs.com/package/@framers/agentos)
14-
[![License](https://img.shields.io/badge/License-Apache_2.0-blue?logo=apache&logoColor=white)](https://github.com/framersai/agentos/blob/master/LICENSE)
14+
[![License](https://img.shields.io/badge/License-MIT-green?logo=opensourceinitiative&logoColor=white)](LICENSE)
1515
[![TypeScript](https://img.shields.io/badge/TypeScript-5.4+-3178c6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
1616

1717
[Website](https://agentos.sh) · [Docs](https://docs.agentos.sh) · [GitHub](https://github.com/framersai/agentos) · [Discord](https://discord.gg/usEkfCeQxs) · [npm](https://www.npmjs.com/package/@framers/agentos)

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@framers/agentos": "workspace:^",
43-
"@framers/sql-storage-adapter": "^0.6.1",
43+
"@framers/sql-storage-adapter": "^0.6.3",
4444
"@framers/theme-tokens": "^0.1.0",
4545
"@hookform/resolvers": "^3.6.0",
4646
"@tanstack/react-query": "^5.51.0",
@@ -92,5 +92,6 @@
9292
"repository": {
9393
"type": "git",
9494
"url": "https://github.com/framersai/agentos-workbench"
95-
}
96-
}
95+
},
96+
"license": "MIT"
97+
}

0 commit comments

Comments
 (0)