From 844a10b56a20026a2f8d03882ca1558fb9e28b58 Mon Sep 17 00:00:00 2001 From: dogun-anduril Date: Sun, 1 Dec 2024 09:32:12 -0800 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index eeda85f..722148d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@anduril-industries/lattice-sdk", "version": "0.0.0-development", "description": "The Lattice SDK vended in Javascript", - "license": "SEE LICENSE IN LICENSE.txt", + "license": "SEE LICENSE IN LICENSE.md", "repository": { "type": "git", "url": "git+https://github.com/anduril/lattice-sdk-javascript.git" @@ -18,4 +18,4 @@ "devDependencies": { "semantic-release": "^24.2.0" } -} \ No newline at end of file +}