@mrpelz/boilerplate-preact 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -176,7 +176,7 @@ make <target>
176
176
  > ```
177
177
  > to your `.zshrc`.
178
178
 
179
- > **ℹ️ Good to know III**
179
+ > **ℹ️ Good to know**
180
180
  >
181
181
  > The boilerplate tries to handle “monorepos”.
182
182
  > 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”.
@@ -211,7 +211,7 @@ Run `commitlint` for the latest commit.
211
211
 
212
212
  Run `tsc` to typecheck meta-files.
213
213
 
214
- > **ℹ️ Good to know II**
214
+ > **ℹ️ Good to know**
215
215
  >
216
216
  > 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.
217
217
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrpelz/boilerplate-preact",
3
- "version": "13.0.1",
3
+ "version": "13.0.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/mrpelz/boilerplate.git",