@meistrari/mise-en-place 1.0.0 → 1.0.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/.editorconfig ADDED
@@ -0,0 +1,14 @@
1
+ root = true
2
+
3
+ [*]
4
+ trim_trailing_whitespace = true
5
+ insert_final_newline = true
6
+ end_of_line = lf
7
+ charset = utf-8
8
+
9
+ [Makefile]
10
+ indent_style = tab
11
+
12
+ [*.ts]
13
+ indent_style = space
14
+ indent_size = 4
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- Meistrari mise-en-place
1
+ Meistrari `mise-en-place`
2
2
  ---
3
3
 
4
4
  Before cooking anything, it's important to have your mise en place ready. This project helps you set up your development environment with essential configurations and tools.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/mise-en-place",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",