From 9c9d92c899874e8d7cd19523d7b9513a396fc63c Mon Sep 17 00:00:00 2001 From: andrew <1297077+andrewmd5@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:45:51 +0900 Subject: [PATCH] chore(workflows): add LICENSE to jsr.json --- Runtime/TypeScript/jsr.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Runtime/TypeScript/jsr.json b/Runtime/TypeScript/jsr.json index c492e2af..18d11694 100644 --- a/Runtime/TypeScript/jsr.json +++ b/Runtime/TypeScript/jsr.json @@ -1,5 +1,6 @@ { "name": "@betwixtlabs/bebop", "version": "0.1.0", - "exports": "./index.ts" + "exports": "./index.ts", + "license": "Apache-2.0" } \ No newline at end of file