Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ npm-watch (0.1.9 → 0.5.0) · Repo
Commits
See the full diff on Github. The new version differs by 17 commits:
0.5.0
Merge pull request #62 from mfolkeseth/minimal-nodemon
Assures minimal version of nodemon 1.18.7 https://github.com/M-Zuber/npm-watch/issues/61
0.4.0
Merge pull request #57 from bluebrat/master
Merge pull request #1 from bluebrat/runOnChangeOnly-option
Implement runOnChangeOnly option
0.3.0
Merge pull request #50 from sandrosc/patch-1
Update package.json -> nodemon version
Update package.json
0.2.0
Add package-lock.json
Merge pull request #40 from dcendents/nodemon_options
Fixes #41
fix delay parameter
Adding configuratyion options for --legacy-watch and --delay
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands