From 5cd25fecefce8661ca96e25226f26b486e1969e5 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Fri, 22 May 2020 16:39:33 +0200 Subject: [PATCH] No DIST files are tracked on master! ( I wrote 'source' ) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 384595c..20fd191 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This template automates the boring and tedious tasks of: - Publishing on NPM and creating corresponding GitHub releases. Besides, good stuff that comes with using this template: -- No source files are tracked on the ``master`` branch. +- No dist files are tracked on the ``master`` branch. - Shorter specific file import path. ``import {...} from "my_module/theFile"`` instead of the usual ``import {...} from "my_module/dist/theFile"``