From dd0591a4b025b9426a4bc319c0e0c5674810d1cd Mon Sep 17 00:00:00 2001 From: Garrone Joseph Date: Sun, 28 Feb 2021 10:44:15 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6425bda..5335e9c 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,8 @@ The publishing will actually be performed only if ``npm test`` passes. All your source files must remain inside the ``src`` dir, you can change how things are organized inside the source directory but don't forget to update your ``package.json`` ``main``, ``type`` and ``files`` fields and ``tsconfig.esm.json`` ``include`` field when appropriate. +- If you add a new directory in `src/`: Add it to `files` in `package.json` or it wont be in you npm bundle. + ## Enabling "Go to Definition" to redirect to the source ``.ts`` file