@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.
- package/README.md +4 -4
- 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
|
-
|
|
13
|
-
|
|
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
|
-
|
|
56
|
+
"extends": "./node_modules/@meistrari/mise-en-place/tsconfig.base.json"
|
|
57
57
|
}
|
|
58
58
|
```
|