@jupiterone/typescript-tools 17.0.0 → 17.1.0

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 CHANGED
@@ -32,7 +32,7 @@ dependencies:
32
32
  If you've been using previous versions of Husky in your project, the newest
33
33
  version of Husky requires some package maintenance to keep git hooks working
34
34
  (and working better than previously):
35
- [read more](#installation-/-upgrade-for-previous-projects)
35
+ [read more](#installation-or-upgrade-for-previous-projects)
36
36
 
37
37
  ## Helper Scripts
38
38
 
@@ -504,7 +504,7 @@ Summarized major changes for our use-case are as follows:
504
504
 
505
505
  - Maintenance needed to upgrade existing hooks to the new format:
506
506
 
507
- ### Installation / Upgrade for Previous Projects
507
+ ### Installation or Upgrade for Previous Projects
508
508
 
509
509
  - <b>[Instructions to migrate](https://github.com/typicode/husky-4-to-7) from v4
510
510
  to v7 automatically</b>
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- '*.{ts,tsx,js,jsx,json,css,md}': ['prettier --write'],
2
+ '*.{ts,tsx,js,jsx,json,css,md,yaml,yml}': ['prettier --write'],
3
3
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupiterone/typescript-tools",
3
- "version": "17.0.0",
3
+ "version": "17.1.0",
4
4
  "main": "./index.js",
5
5
  "repository": "https://github.com/jupiterone/typescript-tools",
6
6
  "author": "Development <development@jupiterone.com>",