* Restore the package.json files to the original version.
()
| 439 | * Restore the package.json files to the original version. |
| 440 | */ |
| 441 | function restoredPackageJSONFiles() { |
| 442 | execSync('git reset HEAD --hard') |
| 443 | } |
| 444 | |
| 445 | /** |
| 446 | * Restore package versions to their original state before the release. |