This commit is contained in:
Joseph Garrone 2020-05-14 01:46:57 +02:00
parent ceb4deca7c
commit 913ff15b42

View file

@ -16,6 +16,8 @@ The following Secrets need to be set to be able to publish.
# NOTES: # 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 ``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``. - The dev dependency ``denoify`` is needed for the NPM script ``enable_short_import_path``.