From 1f03e5c19a6a54a1794a7d937a59cf2e6aea7166 Mon Sep 17 00:00:00 2001 From: Dylan Scott Date: Wed, 19 Nov 2025 10:33:25 -0800 Subject: [PATCH] specify license in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f346c7..73227e1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "manipulate deep objects safely and simply", "author": "Dan Lynch ", "homepage": "https://github.com/pyramation/nested-obj#readme", - "license": "SEE LICENSE IN LICENSE", + "license": "MIT", "main": "main/index.js", "module": "module/index.js", "typings": "types/index.d.ts",