@meistrari/mise-en-place 1.1.0 → 1.1.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/Makefile +1 -1
  2. package/package.json +1 -1
package/Makefile CHANGED
@@ -17,6 +17,6 @@ mise-en-place: .editorconfig ## Setup the mise en place to start cooking
17
17
 
18
18
  .PHONY: help
19
19
  help:
20
- @echo "Make tasks:\n"
20
+ @echo "Make tasks:"
21
21
  @grep -hE '^[%a-zA-Z_-]+:.*?## .*$$' Makefile ./node_modules/$(MISE_EN_PLACE_PACKAGE_NAME)/Makefile | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m %-17s\033[0m %s\n", $$1, $$2}'
22
22
  @echo ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/mise-en-place",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",