The template now support .npmrc

This commit is contained in:
Joseph Garrone 2021-05-05 14:09:26 +02:00 committed by GitHub
parent 93c73f28a7
commit a1f7608c67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: