Skip to content

Commit

Permalink
feat: Add symbol for GULPLOG_DEPRECATED (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Mar 24, 2024
1 parent 36a9e44 commit c02fdfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -23,6 +23,7 @@ module.exports = {
NPM_INSTALL: Symbol.for('GULP_CLI_NPM_INSTALL'),
YARN_INSTALL_GULP: Symbol.for('GULP_CLI_YARN_INSTALL_GULP'),
NPM_INSTALL_GULP: Symbol.for('GULP_CLI_NPM_INSTALL_GULP'),
GULPLOG_DEPRECATED: Symbol.for('GULP_CLI_GULPLOG_DEPRECATED'),

/**
* Other details
Expand Down

0 comments on commit c02fdfb

Please sign in to comment.