From a1f7608c67dfc110bd04e40b80a5a27d4bc2456b Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Wed, 5 May 2021 14:09:26 +0200 Subject: [PATCH] The template now support .npmrc --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b928df2..8e3a00b 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,6 @@ The publishing will actually be performed only if ``npm test`` passes. If you don't want to bother and includes everything just remove the ``files`` field from the ``package.json``. - If you are going to programmatically load files outside of the ``dist/`` directory ( like the ``package.json`` or files inside ``res/`` ) be mindful that the paths might not be the one you expect. [Details](#accessing-files-outside-the-dist-directory). - The template does not support ``.npmignore`` ( it use the safer ``package.json`` ``files`` instead ). -- The template does not support ``.npmrc``. # Customization: