This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gulp-bump): changed one too many variables
On line 74 a variable `value` was introduced that shadowed the old `value` variable. I changed this to use `opts.value` which is incorrect. This means two things: If you were to reject this pull request, variable shadowing should be avoided and this should probably be renamed. If you accept this pull request (I hope you do), variable shadowing is no longer an issue.
- Loading branch information