From 9711cd18f9f83608a9a13589189fff1b3fc5512f Mon Sep 17 00:00:00 2001 From: chouchouji <1305974212@qq.com> Date: Sun, 24 Nov 2024 17:32:56 +0800 Subject: [PATCH] chore: add files field into package.json --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 57dfa4d..0cdbd91 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,12 @@ "type": "git", "url": "git://github.com/Pana/nrm.git" }, + "files": [ + "actions.js", + "constants.js", + "helpers.js", + "registries.json" + ], "scripts": { "star": "npm star nrm", "test": "jest",