From 913ff15b42db3994b439821995105e664ed6bf1e Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Thu, 14 May 2020 01:46:57 +0200 Subject: [PATCH] update --- TEMPLATE_README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TEMPLATE_README.md b/TEMPLATE_README.md index 00b14e8..4e43c1b 100644 --- a/TEMPLATE_README.md +++ b/TEMPLATE_README.md @@ -16,6 +16,8 @@ The following Secrets need to be set to be able to publish. # NOTES: +- The template does not support ``.npmignore`` use ``package.json`` ``files`` instead. +- Don't forget to update the ``package.json`` ``files`` entry to specify the files you would like to be included in the NPM bundle. - The dev dependency ``evt`` is just used as an utility in the demo ``/src/test/`` directory. - The dev dependency ``denoify`` is needed for the NPM script ``enable_short_import_path``.