@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 +2 -2
- package/config/lint-staged.js +1 -1
- package/package.json +1 -1
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
|
|
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
|
|
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>
|
package/config/lint-staged.js
CHANGED