The default branch is master

This commit is contained in:
Joseph Garrone 2020-05-17 20:05:54 +02:00
parent 0e4f165138
commit 9671d3cd6a

View file

@ -21,7 +21,7 @@ This template automates the boring and tedious tasks of:
- Publishing on NPM and creating corresponding GitHub releases. - Publishing on NPM and creating corresponding GitHub releases.
Besides, good stuff that comes with using this template: Besides, good stuff that comes with using this template:
- No source files are tracked on the default branch. - No source files are tracked on the ``master`` branch.
- Shorter specific file import path. - Shorter specific file import path.
``import {...} from "my_module/theFile"`` instead of the usual ``import {...} from "my_module/theFile"`` instead of the usual
``import {...} from "my_module/dist/theFile"`` ``import {...} from "my_module/dist/theFile"``