From 3639fa385f6d8e3f9397fa64cfd88ef296ae3345 Mon Sep 17 00:00:00 2001 From: ykaiboussiSO Date: Fri, 20 Dec 2024 15:13:50 -0600 Subject: [PATCH] revert MIT license --- cmd/ui/package.json | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/cmd/ui/package.json b/cmd/ui/package.json index 94d1a7417b..5115ad5e34 100644 --- a/cmd/ui/package.json +++ b/cmd/ui/package.json @@ -2,7 +2,6 @@ "name": "bloodhound-ui", "version": "0.0.0", "type": "module", - "license": "MIT", "private": true, "scripts": { "debug": "vite --debug", diff --git a/package.json b/package.json index 56472724f2..e974e23fd7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { "private": true, "name": "bloodhound-ce", - "license": "MIT", "workspaces": { "packages": [ "cmd/ui",