Skip to content

Commit

Permalink
remove reminders (added to sindresorhus#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-mitchell committed Jul 4, 2023
1 parent 438db1e commit 1ed67ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion source/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ const np = async (input = 'patch', options, {pkg, rootDir}) => {

const shouldEnable2FA = options['2fa'] && options.availability.isAvailable && !options.availability.isUnknown && !pkg.private && !npm.isExternalRegistry(pkg);

// TODO: move tasks to subdirectory
const tasks = new Listr([
{
title: 'Prerequisite check',
Expand Down
2 changes: 1 addition & 1 deletion source/prerequisite-tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const prerequisiteTasks = (input, pkg, options) => {
let newVersion;

const tasks = [
{ // TODO: consolidate tasks in move to listr2
{
title: 'Ping npm registry',
enabled: () => !pkg.private && !isExternalRegistry,
task: async () => npm.checkConnection(),
Expand Down

0 comments on commit 1ed67ac

Please sign in to comment.