From be7418264b569e53b17ac55540c46ff919fee75c Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 16 Aug 2021 12:40:46 -0400 Subject: [PATCH] Exclude more resources from the published npm package --- platform/npm/.npmignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platform/npm/.npmignore b/platform/npm/.npmignore index 18090cc30..5c606d41e 100644 --- a/platform/npm/.npmignore +++ b/platform/npm/.npmignore @@ -1,2 +1,5 @@ assets/ +coverage/ tests/ +.eslintrc.json +test.js