@evilmartians/lefthook-installer 1.5.2 → 1.5.4

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -100,7 +100,7 @@ pre-commit:
100
100
  commands:
101
101
  backend-linter:
102
102
  glob: "*.rb" # glob filter
103
- exclude: "application.rb|routes.rb" # regexp filter
103
+ exclude: '(^|/)(application|routes)\.rb$' # regexp filter
104
104
  run: bundle exec rubocop --force-exclusion {all_files}
105
105
  ```
106
106
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evilmartians/lefthook-installer",
3
- "version": "1.5.2",
3
+ "version": "1.5.4",
4
4
  "description": "Simple git hooks manager",
5
5
  "main": "index.js",
6
6
  "bin": {