Skip to content

Commit

Permalink
Revert "fix: update maintaining-dependencies.md on major v8 update (#699
Browse files Browse the repository at this point in the history
)" (#764)

This reverts commit a8b1812.
  • Loading branch information
targos authored Dec 22, 2023
1 parent 164b455 commit fa513ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 42 deletions.
9 changes: 1 addition & 8 deletions lib/update-v8/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,11 @@ import updateVersionNumbers from './updateVersionNumbers.js';
import commitUpdate from './commitUpdate.js';
import majorUpdate from './majorUpdate.js';
import minorUpdate from './minorUpdate.js';
import updateMaintainingDependencies from './updateMaintainingDependencies.js';
import updateV8Clone from './updateV8Clone.js';

export function major(options) {
const tasks = new Listr(
[
updateV8Clone(),
majorUpdate(),
updateMaintainingDependencies(),
commitUpdate(),
updateVersionNumbers()
],
[updateV8Clone(), majorUpdate(), commitUpdate(), updateVersionNumbers()],
getOptions(options)
);
return tasks.run(options);
Expand Down
34 changes: 0 additions & 34 deletions lib/update-v8/updateMaintainingDependencies.js

This file was deleted.

0 comments on commit fa513ee

Please sign in to comment.