From 44f8a5df542f9eb7d3b73ab04092406ef383b4c2 Mon Sep 17 00:00:00 2001 From: Alex Corre Date: Mon, 6 Mar 2017 09:10:58 -0800 Subject: [PATCH] fix(deps): upgrade pathwatcher --- lib/git-blame.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/git-blame.js b/lib/git-blame.js index df950d4..2a5121a 100644 --- a/lib/git-blame.js +++ b/lib/git-blame.js @@ -39,7 +39,6 @@ function toggleBlame() { BlameViewController.toggleBlame(projectBlamers[projectRepo.path]); }); - } diff --git a/package.json b/package.json index 887081e..e9f1868 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "atom-space-pen-views": "^2.0.3", "react-atom-fork": "^0.11", "reactionary-atom-fork": "^0.9", - "pathwatcher": "6.7.0", + "pathwatcher": "^6.9.0", "temp": "0.7.0" }, "devDependencies": {