forked from sodapng/voice-over-translation
-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #892 from ilyhalight/dev
Update 1.7.1
- Loading branch information
Showing
109 changed files
with
8,398 additions
and
12,901 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
tests/utils.test.js | ||
|
||
dist/test-ui.user.js | ||
dist/*.txt | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
## voice-over-translation contributing guide | ||
|
||
### Updating vot.js package | ||
|
||
Casual: | ||
|
||
1. Install new version of vot.js with | ||
|
||
```bash | ||
npm install [email protected] | ||
``` | ||
|
||
If patches broken after casual: | ||
|
||
1. Remove "postinstall" script from package.json | ||
2. Remove vot.js package with | ||
|
||
```bash | ||
npm uninstall vot.js | ||
``` | ||
|
||
3. Install new version of vot.js with | ||
|
||
```bash | ||
npm install vot.js | ||
``` | ||
|
||
4. Restore "postinstall" script in package.json | ||
5. Run patch-package | ||
|
||
```bash | ||
npx patch-package | ||
``` | ||
|
||
6. If it ended with an error run | ||
|
||
```bash | ||
npx patch-package --partial | ||
``` | ||
|
||
7. Fix errors from patch-package-errors.log | ||
8. Run patch-package update | ||
|
||
```bash | ||
npx patch-package vot.js | ||
``` | ||
|
||
9. Repeat 5-7 steps before success applying patches |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.