@mrpelz/boilerplate-node 13.0.1 → 13.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -173,7 +173,7 @@ make <target>
|
|
|
173
173
|
> ```
|
|
174
174
|
> to your `.zshrc`.
|
|
175
175
|
|
|
176
|
-
> **ℹ️ Good to know
|
|
176
|
+
> **ℹ️ Good to know**
|
|
177
177
|
>
|
|
178
178
|
> The boilerplate tries to handle “monorepos”.
|
|
179
179
|
> For the purpose of this ReadMe, “root package” is the package that contains NPM workspace definitions and the packages within those workspaces are called “sub packages”.
|
|
@@ -207,7 +207,7 @@ Run `commitlint` for the latest commit.
|
|
|
207
207
|
|
|
208
208
|
Run `tsc` to typecheck meta-files.
|
|
209
209
|
|
|
210
|
-
> **ℹ️ Good to know
|
|
210
|
+
> **ℹ️ Good to know**
|
|
211
211
|
>
|
|
212
212
|
> For the purpose of this ReadMe, “meta-file” means a file that is related to the tooling itself (e.g. configuring ESLint) and is not part of the application’s source code.
|
|
213
213
|
|