From cd7539362b08727f91c18a9dcd8a766bd13d997c Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Thu, 20 Apr 2017 18:49:25 -0700 Subject: [PATCH] Publish only the minimum of files --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 76214e7..0509bab 100644 --- a/package.json +++ b/package.json @@ -22,5 +22,8 @@ "registry" ], "author": "Robert Kowalski ", - "license": "BSD-2-Clause" + "license": "BSD-2-Clause", + "files": [ + "npm-user-validate.js" + ] }