@meistrari/mise-en-place 2.7.0 → 2.7.1

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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,9 +9,9 @@ Add `mise-en-place postinstall` to your project's `package.json` `postinstall` s
9
9
 
10
10
  ```json
11
11
  {
12
- "scripts": {
13
- "postinstall": "mise-en-place postinstall"
14
- }
12
+ "scripts": {
13
+ "postinstall": "mise-en-place postinstall"
14
+ }
15
15
  }
16
16
  ```
17
17
 
@@ -53,6 +53,6 @@ Add the following code in your `tsconfig.json` to include this project's TypeScr
53
53
 
54
54
  ```json
55
55
  {
56
- "extends": "./node_modules/@meistrari/mise-en-place/tsconfig.base.json"
56
+ "extends": "./node_modules/@meistrari/mise-en-place/tsconfig.base.json"
57
57
  }
58
58
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/mise-en-place",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",