Bump deps (#239)

This commit is contained in:
Jaco Greeff
2019-11-06 23:28:15 +01:00
committed by GitHub
parent 2901193c51
commit f6c85f275a
17 changed files with 751 additions and 748 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import path from 'path';
export default class FileStore implements KeyringStore {
private _path: string;
public constructor (path: string) {
constructor (path: string) {
if (!fs.existsSync(path)) {
mkdirp.sync(path);
}