Skip to content

Commit fa8e35b

Browse files
committed
bump eslint
1 parent c3961ce commit fa8e35b

File tree

3 files changed

+99
-91
lines changed

3 files changed

+99
-91
lines changed

lib/git-crypt.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,6 @@ async function rotateKey({
249249

250250
// installing git-crypt hooks
251251
await installHooks({ cwd });
252-
} catch (err) {
253-
throw err;
254252
} finally {
255253
await promisify(rimraf)(backupDir);
256254
}

package-lock.json

Lines changed: 98 additions & 88 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"which": "^1.3.1"
7272
},
7373
"devDependencies": {
74-
"eslint": "^6.0.0",
74+
"eslint": "^6.0.1",
7575
"eslint-plugin-import": "^2.14.0",
7676
"eslint-plugin-node": "^8.0.0",
7777
"eslint-plugin-promise": "^4.0.0",

0 commit comments

Comments
 (0)