From 36c5d54fa5a8a707ccc66716413ffde4aab38a71 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Sat, 3 Aug 2024 04:38:35 +0800 Subject: [PATCH] chore: add `license` property to `packge.json` --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9e4fcbd..47c84eb 100755 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "repository": "github:fabiospampinato/stubborn-fs", "description": "Stubborn versions of Node's fs functions that try really hard to do their job.", "version": "1.2.5", + "license": "MIT", "type": "module", "main": "dist/index.js", "exports": "./dist/index.js",